Make Aria's Life Stone usable.

This commit is contained in:
MobiusDev
2017-10-12 16:11:33 +00:00
parent d7350a1c8d
commit 5198417c1b
9 changed files with 684 additions and 0 deletions

View File

@@ -245,6 +245,8 @@ public abstract class AbstractRefinePacket implements IClientIncomingPacket
_lifeStones.put(19168, new LifeStone(GRADE_ACC, 15));
_lifeStones.put(36731, new LifeStone(GRADE_NONE, 13));
_lifeStones.put(38571, new LifeStone(GRADE_ACC, 0));
}
protected static LifeStone getLifeStone(int itemId)