fixed cast error

This commit is contained in:
Light2
2014-05-31 22:53:44 +02:00
parent da7f7c1f2c
commit 69238ffddb
+1 -1
View File
@@ -845,7 +845,7 @@ public class SimulationService implements INetworkDispatch {
if (object.getAttachment("disconnectTask") != null) {
try {
core.combatService.endCombat(object);
core.combatService.endCombat((CreatureObject) object);
} catch (Exception e) {
e.printStackTrace();
}