Added Tersi Soul Crystal options.
Contributed by CostyKiller.
This commit is contained in:
@@ -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 + "!");
|
||||
|
Reference in New Issue
Block a user