Fortress doors should be destroyable as well.
This commit is contained in:
@@ -239,7 +239,7 @@ public final class L2DoorInstance extends L2Character
|
||||
|
||||
public int getDamage()
|
||||
{
|
||||
if (getCastle() == null)
|
||||
if ((getCastle() == null) && (getFort() == null))
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user