Getter added & Extra Code Cleanup

This commit is contained in:
xIvan0ff
2021-05-23 00:17:50 +03:00
parent 564b6b8b17
commit fa6fc881e6
2 changed files with 160 additions and 140 deletions

View File

@@ -811,6 +811,7 @@ ElunaRegister<Creature> CreatureMethods[] =
{ "SetEquipmentSlots", &LuaCreature::SetEquipmentSlots },
// Boolean
{ "IsRegeneratingHealth", &LuaCreature::IsRegeneratingHealth },
#if defined(TRINITY) || defined(AZEROTHCORE)
{ "IsDungeonBoss", &LuaCreature::IsDungeonBoss },
#endif