summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-08-30 11:56:26 +0300
committerAndrei Karas <akaras@inbox.ru>2011-08-30 11:56:26 +0300
commitc24c0389a9942efffe3090744b592b73b7e6a3bc (patch)
treed4da60dc8ba969eeec00b7ba2d1970b7d46a6550
parentbd468d0735f381eb2d59e1ab84a11aa495fab4a0 (diff)
downloadplus-c24c0389a9942efffe3090744b592b73b7e6a3bc.tar.gz
plus-c24c0389a9942efffe3090744b592b73b7e6a3bc.tar.bz2
plus-c24c0389a9942efffe3090744b592b73b7e6a3bc.tar.xz
plus-c24c0389a9942efffe3090744b592b73b7e6a3bc.zip
Don't report about clothes color change packet in log.
-rw-r--r--src/net/tmwa/beinghandler.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/tmwa/beinghandler.cpp b/src/net/tmwa/beinghandler.cpp
index 5016b2f8c..ce2db733f 100644
--- a/src/net/tmwa/beinghandler.cpp
+++ b/src/net/tmwa/beinghandler.cpp
@@ -331,6 +331,9 @@ void BeingHandler::processBeingChangeLook(Net::MessageIn &msg, bool look2)
dstBeing->setSpriteColor(SPRITE_HAIR,
ColorDB::getHairColor(id));
break;
+ case 7: // Clothes color
+ // ignoring it
+ break;
case 8: // eAthena LOOK_SHIELD
if (!config.getBoolValue("hideShield"))
{