diff --git a/FFXIVClassic Map Server/Properties/Resources.Designer.cs b/FFXIVClassic Map Server/Properties/Resources.Designer.cs index 27563937..cea7c949 100644 --- a/FFXIVClassic Map Server/Properties/Resources.Designer.cs +++ b/FFXIVClassic Map Server/Properties/Resources.Designer.cs @@ -240,9 +240,11 @@ namespace FFXIVClassic_Map_Server.Properties { /// Looks up a localized string similar to Teleports the player to the specified location /// ///*Syntax: warp <location list> + /// warp <X coordinate> <Y coordinate> <Z coordinate> /// warp <zone id> <X coordinate> <Y coordinate> <Z coordinate> /// warp <zone id> <instance> <X coordinate> <Y coordinate> <Z coordinate> ///<location list> is a pre-defined list of locations from the server database + ///<zone id> is the zone's id as defined in the server database ///<instance> is an instanced copy of the desired zone that's only visible to the current player. /// public static string CPwarp { diff --git a/FFXIVClassic Map Server/Properties/Resources.resx b/FFXIVClassic Map Server/Properties/Resources.resx index 1ce0528a..71b54066 100644 --- a/FFXIVClassic Map Server/Properties/Resources.resx +++ b/FFXIVClassic Map Server/Properties/Resources.resx @@ -207,9 +207,11 @@ Server Administration: givecurrency, giveitem, givekeyitem, removecurrency, remo Teleports the player to the specified location *Syntax: warp <location list> + warp <X coordinate> <Y coordinate> <Z coordinate> warp <zone id> <X coordinate> <Y coordinate> <Z coordinate> warp <zone id> <instance> <X coordinate> <Y coordinate> <Z coordinate> <location list> is a pre-defined list of locations from the server database +<zone id> is the zone's id as defined in the server database <instance> is an instanced copy of the desired zone that's only visible to the current player \ No newline at end of file