Fixed missing return on EQ2Emu_lua_HasCoin.
This commit is contained in:
parent
7ac0861c98
commit
6bc397ec60
1 changed files with 1 additions and 0 deletions
|
@ -12917,6 +12917,7 @@ if (player && player->IsPlayer()) {
|
|||
}
|
||||
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
int EQ2Emu_lua_GetLootTier(lua_State* state) {
|
||||
|
|
Loading…
Add table
Reference in a new issue