Add descriptions to all gm 2 commands

This commit is contained in:
P0nk
2021-04-06 19:51:20 +02:00
parent 3cd23a07e2
commit a9b23552b0
37 changed files with 103 additions and 103 deletions

View File

@@ -23,9 +23,9 @@
*/
package client.command.commands.gm2;
import client.command.Command;
import client.MapleClient;
import client.MapleCharacter;
import client.MapleClient;
import client.command.Command;
import client.inventory.Item;
import client.inventory.MapleInventoryType;
import client.inventory.MaplePet;
@@ -35,7 +35,7 @@ import server.MapleItemInformationProvider;
public class ItemDropCommand extends Command {
{
setDescription("");
setDescription("Spawn an item onto the ground.");
}
@Override