Add GetExtraFlags

This commit is contained in:
BuildingOutLoud
2021-04-16 12:52:08 -06:00
parent 8f5c4699b2
commit df3c7b4be6
2 changed files with 21 additions and 0 deletions

View File

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