Improvements on loot system

Loot icon
Loot system messages
This commit is contained in:
CharonInferar
2014-04-16 17:18:59 +02:00
parent 37dc1a45c2
commit b36081e630
11 changed files with 102 additions and 107 deletions
+2 -1
View File
@@ -210,7 +210,7 @@ public class NGECore {
private ObjectDatabase resourceRootsODB;
private ObjectDatabase resourceHistoryODB;
public static boolean PACKET_DEBUG = true;
public static boolean PACKET_DEBUG = false;
@@ -355,6 +355,7 @@ public class NGECore {
zoneDispatch.addService(entertainmentService);
//zoneDispatch.addService(missionService);
zoneDispatch.addService(bazaarService);
zoneDispatch.addService(lootService);
if (optionsConfigLoaded && options.getInt("LOAD.RESOURCE.SYSTEM") == 1) {
zoneDispatch.addService(surveyService);