From 40f62c2626766cbd0b70776f42e69b5a8f98455e Mon Sep 17 00:00:00 2001 From: shennetsind Date: Wed, 9 Oct 2013 17:56:18 -0300 Subject: Fixed Bug #7749 Fixed Pet Items from ending up in the weapon tab of storage instead of armor. http://hercules.ws/board/tracker/issue-7749-storage-problem/ Thanks to malufett, Frost. Signed-off-by: shennetsind --- src/map/clif.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map') diff --git a/src/map/clif.c b/src/map/clif.c index 357c4dc6a..8fd2a60c2 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -65,6 +65,7 @@ static inline int itemtype(int type) { #if PACKETVER >= 20080827 case IT_WEAPON: return IT_ARMOR; case IT_ARMOR: + case IT_PETARMOR: #endif case IT_PETEGG: return IT_WEAPON; default: return type; -- cgit v1.2.3-70-g09d2