New approach for Female Soul Hounds class.

This commit is contained in:
MobiusDev
2015-11-03 13:20:50 +00:00
parent c5603e1151
commit 638916b3ba
2 changed files with 6 additions and 2 deletions

View File

@ -498,6 +498,11 @@ public final class L2ClassMasterInstance extends L2MerchantInstance
return true;
}
if (oldCID.equals(ClassId.FEMALE_SOUL_HOUND) && newCID.equals(ClassId.FEOH_SOUL_HOUND))
{
return true;
}
if (Config.ALLOW_ENTIRE_TREE && newCID.childOf(oldCID))
{
return true;