mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Eluna fix previous commit (tested TC wotlk)
This commit is contained in:
@@ -722,9 +722,9 @@ ElunaRegister<Creature> CreatureMethods[] =
|
||||
{ "GetDefaultMovementType", &LuaCreature::GetDefaultMovementType },
|
||||
{ "GetRespawnDelay", &LuaCreature::GetRespawnDelay },
|
||||
{ "GetWanderRadius", &LuaCreature::GetWanderRadius },
|
||||
{ "GetCurrentWaypointId", &LuaCreature::GetCurrentWaypointId },
|
||||
#ifdef TRINITY
|
||||
{ "GetWaypointPath", &LuaCreature::GetWaypointPath },
|
||||
{ "GetCurrentWaypointId", &LuaCreature::GetCurrentWaypointId },
|
||||
{ "GetLootMode", &LuaCreature::GetLootMode },
|
||||
#endif
|
||||
{ "GetLootRecipient", &LuaCreature::GetLootRecipient },
|
||||
@@ -736,9 +736,7 @@ ElunaRegister<Creature> CreatureMethods[] =
|
||||
|
||||
// Setters
|
||||
{ "SetHover", &LuaCreature::SetHover },
|
||||
#ifdef TRINITY
|
||||
{"SetDisableGravity", &LuaCreature::SetDisableGravity },
|
||||
#endif
|
||||
{ "SetDisableGravity", &LuaCreature::SetDisableGravity },
|
||||
{ "SetAggroEnabled", &LuaCreature::SetAggroEnabled },
|
||||
{ "SetNoCallAssistance", &LuaCreature::SetNoCallAssistance },
|
||||
{ "SetNoSearchAssistance", &LuaCreature::SetNoSearchAssistance },
|
||||
|
||||
Reference in New Issue
Block a user