Cloning works now, changed object list to hash map (significant performance increase)

This commit is contained in:
Light2
2013-09-21 19:02:35 +02:00
parent b676dffdec
commit c7bfc890bd
13 changed files with 145 additions and 59 deletions
+1 -1
View File
@@ -795,7 +795,7 @@ public class CombatService implements INetworkDispatch {
attacker.removeDefender(target);
target.removeDefender(attacker);
// TODO: Create Clone SUI Window
core.playerService.sendCloningWindow(target, attacker.getSlottedObject("ghost") != null);
}