Browse Source

Fixed missing return on EQ2Emu_lua_HasCoin.

devn00b 1 year ago
parent
commit
6bc397ec60
1 changed files with 1 additions and 0 deletions
  1. 1 0
      EQ2/source/WorldServer/LuaFunctions.cpp

+ 1 - 0
EQ2/source/WorldServer/LuaFunctions.cpp

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