Continue with merchant tax changes.

This commit is contained in:
MobiusDev
2017-08-19 14:37:32 +00:00
parent 0c183135c2
commit eacee48ca7
10 changed files with 50 additions and 56 deletions

View File

@@ -100,11 +100,6 @@ public class L2MerchantInstance extends L2NpcInstance
return getCastle() != null;
}
public double getCastleTaxRate()
{
return hasCastle() ? getCastle().getTaxRate() : 0.0;
}
public int getTotalTax(TaxType taxType)
{
return hasCastle() ? getCastle().getTaxPercent(taxType) : 0;