This commit is contained in:
Seefo
2014-03-27 19:06:22 -04:00
parent c1df38b45a
commit bce1aa7ffa
2 changed files with 6 additions and 6 deletions
+6
View File
@@ -731,6 +731,12 @@ public class SimulationService implements INetworkDispatch {
if(!ghost.isSet(PlayerFlags.LD))
ghost.toggleFlag(PlayerFlags.LD);
for (CreatureObject opponent : object.getDuelList()) {
if (opponent != null) {
core.combatService.handleEndDuel(object, opponent, true);
}
}
/*
object.createTransaction(core.getCreatureODB().getEnvironment());
core.getCreatureODB().put(object, Long.class, CreatureObject.class, object.getTransaction());