MapleSolaxiaV2 Revision 1

Minor changes about how ranking moves are reflected in-game.
This commit is contained in:
ronancpl
2015-11-06 13:27:46 -02:00
parent 4cb24a5e3f
commit 7c9f9c9fde
4 changed files with 29 additions and 8 deletions

View File

@@ -168,11 +168,11 @@ public class Server implements Runnable {
MapleItemInformationProvider.getInstance().getAllItems();
CashItemFactory.getSpecialCashItems();
System.out.println("Items loaded in " + ((System.currentTimeMillis() - timeToTake) / 1000.0) + " seconds\r\n");
System.out.println("Items loaded in " + ((System.currentTimeMillis() - timeToTake) / 1000.0) + " seconds");
timeToTake = System.currentTimeMillis();
MapleQuest.loadAllQuest();
System.out.println("Quest loaded in " + ((System.currentTimeMillis() - timeToTake) / 1000.0) + " seconds\r\n");
timeToTake = System.currentTimeMillis();
MapleQuest.loadAllQuest();
System.out.println("Quest loaded in " + ((System.currentTimeMillis() - timeToTake) / 1000.0) + " seconds\r\n");
try {