Merge pull request #354 from BuildingOutLoud/Add-Creature-GetExtraFlags

Add Creature GetExtraFlags()
This commit is contained in:
Rochet2
2021-04-16 23:37:52 +03:00
committed by GitHub
2 changed files with 19 additions and 0 deletions

View File

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