Add descriptions to all gm 4 commands

This commit is contained in:
P0nk
2021-04-06 20:04:20 +02:00
parent f9fcc79565
commit f25539f389
24 changed files with 64 additions and 64 deletions

View File

@@ -23,14 +23,14 @@
*/
package client.command.commands.gm4;
import client.command.Command;
import client.MapleClient;
import client.MapleCharacter;
import client.MapleClient;
import client.command.Command;
import server.life.MaplePlayerNPC;
public class PlayerNpcRemoveCommand extends Command {
{
setDescription("");
setDescription("Remove a \"lv 200\" player NPC.");
}
@Override