Ensoul fixes.

Contributed by NviX.
This commit is contained in:
MobiusDev
2016-04-16 16:10:17 +00:00
parent 8de01b4cd2
commit 376d3aa789
2 changed files with 10 additions and 23 deletions

View File

@ -2388,6 +2388,15 @@ public final class L2ItemInstance extends L2Object
return _commonSoulCrystalOptions;
}
public int getCurrentCommonSAOptions()
{
if (_commonSoulCrystalOptions[0] == null)
{
return 1;
}
return 2;
}
public SoulCrystalOption getSpecialSoulCrystalOption()
{
return _specialSoulCrystalOption;