Sync with L2JServer Jan 9th 2015.
This commit is contained in:
@ -200,18 +200,6 @@ public final class CastleManager implements InstanceListManager
|
||||
return hasOwnedCastle;
|
||||
}
|
||||
|
||||
public final void validateTaxes(int sealStrifeOwner)
|
||||
{
|
||||
final int maxTax = 15;
|
||||
for (Castle castle : _castles)
|
||||
{
|
||||
if (castle.getTaxPercent() > maxTax)
|
||||
{
|
||||
castle.setTaxPercent(maxTax);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public int getCirclet()
|
||||
{
|
||||
return getCircletByCastleId(1);
|
||||
@ -343,4 +331,4 @@ public final class CastleManager implements InstanceListManager
|
||||
{
|
||||
protected static final CastleManager _instance = new CastleManager();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user