mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Mangos build fix
This commit is contained in:
@@ -138,7 +138,11 @@ namespace LuaGameObject
|
||||
*/
|
||||
int GetLootRecipientGroup(Eluna* /*E*/, lua_State* L, GameObject* go)
|
||||
{
|
||||
#ifdef MANGOS
|
||||
Eluna::Push(L, go->GetGroupLootRecipient());
|
||||
#else
|
||||
Eluna::Push(L, go->GetLootRecipientGroup());
|
||||
#endif
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user