Fortress doors should be destroyable as well.

This commit is contained in:
MobiusDev
2016-12-11 16:32:09 +00:00
parent 7068b42bac
commit 5eab758dd2

View File

@@ -239,7 +239,7 @@ public final class L2DoorInstance extends L2Character
public int getDamage() public int getDamage()
{ {
if (getCastle() == null) if ((getCastle() == null) && (getFort() == null))
{ {
return 0; return 0;
} }