Added Tersi Soul Crystal options.

Contributed by CostyKiller.
This commit is contained in:
MobiusDevelopment
2022-05-05 22:39:12 +00:00
parent 48a4fd6443
commit 841592240c
4 changed files with 720 additions and 10 deletions

View File

@@ -125,11 +125,6 @@ public class RequestItemEnsoul implements IClientIncomingPacket
PacketLogger.warning("Player: " + player + " attempting to ensoul non equippable item: " + item + "!");
return;
}
if (!item.isWeapon())
{
PacketLogger.warning("Player: " + player + " attempting to ensoul item that's not a weapon: " + item + "!");
return;
}
if (item.isCommonItem())
{
PacketLogger.warning("Player: " + player + " attempting to ensoul common item: " + item + "!");