mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
@@ -809,7 +809,9 @@ ElunaRegister<Creature> CreatureMethods[] =
|
|||||||
{ "SetEquipmentSlots", &LuaCreature::SetEquipmentSlots },
|
{ "SetEquipmentSlots", &LuaCreature::SetEquipmentSlots },
|
||||||
|
|
||||||
// Boolean
|
// Boolean
|
||||||
{ "IsDungeonBoss", &LuaCreature::IsWorldBoss },
|
#if defined(TRINITY) || defined(AZEROTHCORE)
|
||||||
|
{ "IsDungeonBoss", &LuaCreature::IsDungeonBoss },
|
||||||
|
#endif
|
||||||
{ "IsWorldBoss", &LuaCreature::IsWorldBoss },
|
{ "IsWorldBoss", &LuaCreature::IsWorldBoss },
|
||||||
{ "IsRacialLeader", &LuaCreature::IsRacialLeader },
|
{ "IsRacialLeader", &LuaCreature::IsRacialLeader },
|
||||||
{ "IsCivilian", &LuaCreature::IsCivilian },
|
{ "IsCivilian", &LuaCreature::IsCivilian },
|
||||||
|
|||||||
Reference in New Issue
Block a user