瀏覽代碼

just for avoid log message on unequip, client is stupid about this anyway.

JIV 14 年之前
父節點
當前提交
a44ffa46c1
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      L2_GameServer/java/com/l2jserver/gameserver/model/itemcontainer/Inventory.java

+ 3 - 0
L2_GameServer/java/com/l2jserver/gameserver/model/itemcontainer/Inventory.java

@@ -1209,6 +1209,9 @@ public abstract class Inventory extends ItemContainer
 			case L2Item.SLOT_R_BRACELET:
 				pdollSlot = PAPERDOLL_RBRACELET;
 				break;
+			case L2Item.SLOT_DECO:
+				pdollSlot = PAPERDOLL_DECO1;
+				break;
 			case L2Item.SLOT_BELT:
 				pdollSlot = PAPERDOLL_BELT;
 				break;