Add descriptions to all gm 6 commands

This commit is contained in:
P0nk
2021-04-06 20:08:57 +02:00
parent 3b59f95f20
commit b80d98f36e
16 changed files with 41 additions and 41 deletions

View File

@@ -23,14 +23,14 @@
*/
package client.command.commands.gm6;
import client.command.Command;
import client.MapleClient;
import client.MapleCharacter;
import client.MapleClient;
import client.command.Command;
import server.quest.MapleQuest;
public class ClearQuestCommand extends Command {
{
setDescription("");
setDescription("Clear cache of a quest.");
}
@Override