Core/Commands: Remove the option to teleport to "startzone" with .unstuck command
Port From (https://github.com/TrinityCore/TrinityCore/commit/f6f2de76c79e8de7aba85ea5ebbe6450b2c04585)
This commit is contained in:
@@ -2373,12 +2373,6 @@ namespace Game.Chat
|
||||
return true;
|
||||
}
|
||||
|
||||
if (location_str == "startzone")
|
||||
{
|
||||
player.TeleportTo(player.GetStartPosition());
|
||||
return true;
|
||||
}
|
||||
|
||||
//Not a supported argument
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user