summaryrefslogtreecommitdiff
path: root/src/map/packets.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-07-19 04:10:48 +0300
committerAndrei Karas <akaras@inbox.ru>2018-07-28 04:40:43 +0300
commiteac9c04d28fb71757efb1d6414ebfed5a832b5ca (patch)
treee69f334ea26f2650d24f6a965bee6b7a90b4df47 /src/map/packets.h
parenta7285e774dac19e47c9e9adca3cc97212ed30c59 (diff)
downloadhercules-eac9c04d28fb71757efb1d6414ebfed5a832b5ca.tar.gz
hercules-eac9c04d28fb71757efb1d6414ebfed5a832b5ca.tar.bz2
hercules-eac9c04d28fb71757efb1d6414ebfed5a832b5ca.tar.xz
hercules-eac9c04d28fb71757efb1d6414ebfed5a832b5ca.zip
Add support for chat commands /changedress and /nocosplay for remove costumes
Also add at command for remove costumes @changedress and @nocosplay. Thanks @Lemongrass3110 and @Everade.
Diffstat (limited to 'src/map/packets.h')
-rw-r--r--src/map/packets.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/packets.h b/src/map/packets.h
index 9ee290741..38b08a6a1 100644
--- a/src/map/packets.h
+++ b/src/map/packets.h
@@ -3936,7 +3936,7 @@ packet(0x96e,-1,clif->ackmergeitems);
// new packets
packet(0x0ae6,30);
packet(0x0ae7,30);
- packet(0x0ae8,2);
+ packet(0x0ae8,2,clif->pChangeDress);
// changed packet sizes
#endif
#endif // PACKETVER_ZERO
@@ -3953,7 +3953,7 @@ packet(0x96e,-1,clif->ackmergeitems);
// 2017-12-20aRagexe
#if PACKETVER >= 20171220
// new packets
- packet(0x0ae8,2);
+ packet(0x0ae8,2,clif->pChangeDress);
packet(0x0ae9,64);
packet(0x0aea,11);
// changed packet sizes