Fixed missing return on EQ2Emu_lua_HasCoin.

This commit is contained in:
devn00b 2022-06-29 06:59:01 +00:00
parent 7ac0861c98
commit 6bc397ec60

View file

@ -12917,6 +12917,7 @@ if (player && player->IsPlayer()) {
}
}
return 0;
}
int EQ2Emu_lua_GetLootTier(lua_State* state) {