copy/paste mistake

This commit is contained in:
BuildingOutLoud
2021-04-16 13:26:57 -06:00
parent df3c7b4be6
commit 9bad880f12

View File

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