Added votepoints into db_database.sql (#411)
* Added GM lv0 command to read votepoints and rewardpoints * Added missing votepoints in sql and tweaked MapleClient * Fix read from votes * Fix votepoints sql
This commit is contained in:
@@ -184,7 +184,7 @@ public class CommandsExecutor {
|
||||
addCommand("online", OnlineCommand.class);
|
||||
addCommand("gm", GmCommand.class);
|
||||
addCommand("reportbug", ReportBugCommand.class);
|
||||
//addCommand("points", "");
|
||||
addCommand("points", ReadPointsCommand.class);
|
||||
addCommand("joinevent", JoinEventCommand.class);
|
||||
addCommand("leaveevent", LeaveEventCommand.class);
|
||||
addCommand("ranks", RanksCommand.class);
|
||||
|
||||
Reference in New Issue
Block a user