Add descriptions to all gm 4 commands
This commit is contained in:
@@ -19,9 +19,9 @@
|
||||
*/
|
||||
package client.command.commands.gm4;
|
||||
|
||||
import client.command.Command;
|
||||
import client.MapleClient;
|
||||
import client.MapleCharacter;
|
||||
import client.MapleClient;
|
||||
import client.command.Command;
|
||||
import tools.MaplePacketCreator;
|
||||
|
||||
/**
|
||||
@@ -30,7 +30,7 @@ import tools.MaplePacketCreator;
|
||||
*/
|
||||
public class BossDropRateCommand extends Command {
|
||||
{
|
||||
setDescription("");
|
||||
setDescription("Set world boss drop rate.");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user