mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
Core/Commands: Remove the option to teleport to "startzone" with .unstuck command
This commit is contained in:
@@ -1032,12 +1032,6 @@ public:
|
||||
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