mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-23 05:07:47 +00:00
Fixed typo in !help
This commit is contained in:
parent
11a371f32b
commit
101a2d50ed
2 changed files with 4 additions and 4 deletions
|
@ -64,7 +64,7 @@ namespace FFXIVClassic_Map_Server.Properties {
|
|||
/// Looks up a localized string similar to Adds the specified currency to the current player's inventory
|
||||
///
|
||||
///*Syntax: givecurrency <quantity>
|
||||
/// givecurrency <quantity> <type>
|
||||
/// givecurrency <type> <quantity>
|
||||
///<type> is the specific type of currency desired, defaults to gil if no type specified.
|
||||
/// </summary>
|
||||
public static string CPgivecurrency {
|
||||
|
@ -176,7 +176,7 @@ namespace FFXIVClassic_Map_Server.Properties {
|
|||
/// Looks up a localized string similar to Removes the specified currency from the current player's inventory
|
||||
///
|
||||
///*Syntax: removecurrency <quantity>
|
||||
/// removecurrency <quantity> <type>
|
||||
/// removecurrency <type> <quantity>
|
||||
///<type> is the specific type of currency desired, defaults to gil if no type specified.
|
||||
/// </summary>
|
||||
public static string CPremovecurrency {
|
||||
|
|
|
@ -121,7 +121,7 @@
|
|||
<value>Adds the specified currency to the current player's inventory
|
||||
|
||||
*Syntax: givecurrency <quantity>
|
||||
givecurrency <quantity> <type>
|
||||
givecurrency <type> <quantity>
|
||||
<type> is the specific type of currency desired, defaults to gil if no type specified</value>
|
||||
</data>
|
||||
<data name="CPgiveitem" xml:space="preserve">
|
||||
|
@ -173,7 +173,7 @@ Server Administration: givecurrency, giveitem, givekeyitem, removecurrency, remo
|
|||
<value>Removes the specified currency from the current player's inventory
|
||||
|
||||
*Syntax: removecurrency <quantity>
|
||||
removecurrency <quantity> <type>
|
||||
removecurrency <type> <quantity>
|
||||
<type> is the specific type of currency desired, defaults to gil if no type specified</value>
|
||||
</data>
|
||||
<data name="CPremoveitem" xml:space="preserve">
|
||||
|
|
Loading…
Add table
Reference in a new issue