* Hope of Ghirapur - Fixed a problem with check if current object has daone the damage.

This commit is contained in:
LevelX2 2017-09-23 19:16:21 +02:00
parent 4285aced97
commit 0714ae39dc
3 changed files with 30 additions and 16 deletions

View file

@ -537,7 +537,7 @@ public class StackAbility extends StackObjImpl implements Ability {
@Override
public int getSourceObjectZoneChangeCounter() {
throw new UnsupportedOperationException("Not supported.");
return ability.getSourceObjectZoneChangeCounter();
}
@Override