mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Fix copy paste error
This commit is contained in:
@@ -193,7 +193,7 @@ ElunaRegister<WorldObject> WorldObjectMethods[] =
|
||||
{ "GetMap", &LuaWorldObject::GetMap },
|
||||
#if (!defined(TBC) && !defined(CLASSIC))
|
||||
{ "GetPhaseMask", &LuaWorldObject::GetPhaseMask },
|
||||
{ "SetPhaseMask", &LuaUnit::SetPhaseMask },
|
||||
{ "SetPhaseMask", &LuaWorldObject::SetPhaseMask },
|
||||
#endif
|
||||
{ "GetInstanceId", &LuaWorldObject::GetInstanceId },
|
||||
{ "GetAreaId", &LuaWorldObject::GetAreaId },
|
||||
|
||||
Reference in New Issue
Block a user