This commit is contained in:
BuildingOutLoud
2021-04-16 13:45:34 -06:00
parent 9bad880f12
commit 995ad6acd9

View File

@@ -782,9 +782,7 @@ ElunaRegister<Creature> CreatureMethods[] =
{ "GetLootRecipient", &LuaCreature::GetLootRecipient },
{ "GetLootRecipientGroup", &LuaCreature::GetLootRecipientGroup },
{ "GetNPCFlags", &LuaCreature::GetNPCFlags },
#if defined(TRINITY) || defined(AZEROTHCORE)
{ "GetExtraFlags", &LuaCreature::GetExtraFlags },
#endif
#if defined(CLASSIC) || defined(TBC) || defined(WOTLK)
{ "GetShieldBlockValue", &LuaCreature::GetShieldBlockValue },
#endif