mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
copy/paste mistake
This commit is contained in:
@@ -783,7 +783,7 @@ ElunaRegister<Creature> CreatureMethods[] =
|
||||
{ "GetLootRecipientGroup", &LuaCreature::GetLootRecipientGroup },
|
||||
{ "GetNPCFlags", &LuaCreature::GetNPCFlags },
|
||||
#if defined(TRINITY) || defined(AZEROTHCORE)
|
||||
{ "GetExtraFlags", &LuaCreature::GetNPCFlags },
|
||||
{ "GetExtraFlags", &LuaCreature::GetExtraFlags },
|
||||
#endif
|
||||
#if defined(CLASSIC) || defined(TBC) || defined(WOTLK)
|
||||
{ "GetShieldBlockValue", &LuaCreature::GetShieldBlockValue },
|
||||
|
||||
Reference in New Issue
Block a user