Fixed #245, also uncommented skill mod deltas

This commit is contained in:
Seefo
2014-03-26 19:20:05 -04:00
parent a46847d0fd
commit e60ffb32c5
6 changed files with 24 additions and 20 deletions
+1 -1
View File
@@ -214,7 +214,7 @@ public class ConnectionService implements INetworkDispatch {
for (CreatureObject opponent : object.getDuelList()) {
if (opponent != null) {
core.combatService.handleEndDuel(object, opponent);
core.combatService.handleEndDuel(object, opponent, false);
}
}