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 },
|
{ "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 },
|
||||||
|
|||||||
Reference in New Issue
Block a user