summaryrefslogtreecommitdiff
path: root/src/map/packets.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-09-08 18:12:14 +0300
committerAndrei Karas <akaras@inbox.ru>2016-09-12 01:03:20 +0300
commit6110a96ccfca527dfd96f04fcfda5153593b0bd1 (patch)
treebaf45a95ef312423903d83951ff1715ee816fadd /src/map/packets.h
parent5b67dd0f17949beb1a54ee0ac13bd9b07c1bdd40 (diff)
downloadhercules-6110a96ccfca527dfd96f04fcfda5153593b0bd1.tar.gz
hercules-6110a96ccfca527dfd96f04fcfda5153593b0bd1.tar.bz2
hercules-6110a96ccfca527dfd96f04fcfda5153593b0bd1.tar.xz
hercules-6110a96ccfca527dfd96f04fcfda5153593b0bd1.zip
Add packet id clif_skill_nodamage for 20131223 (0x9c7 / ZC_USE_SKILL2)
Based on 3CeaM commit: commit f89805da42c792aa9bf4274eb5a30756c06fece7 Author: rytech16 <rytech16@cad27aaa-dce3-4a30-a00a-e4fd67c11881> Date: Sat Apr 23 13:16:49 2016 +0000 git-svn-id: svn://svn.code.sf.net/p/v1-3ceam/code/trunk@805 cad27aaa-dce3-4a30-a00a-e4fd67c11881
Diffstat (limited to 'src/map/packets.h')
-rw-r--r--src/map/packets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/packets.h b/src/map/packets.h
index 0badd94f5..f8ceb266f 100644
--- a/src/map/packets.h
+++ b/src/map/packets.h
@@ -2580,6 +2580,7 @@ packet(0x96e,-1,clif->ackmergeitems);
packet(0x0361,5,clif->pHomMenu,2,4);
packet(0x08A4,36,clif->pStoragePassword,0);
packet(0x09df,7);
+ packet(0x09cb,17);
#endif
// 2013-12-30aRagexe - Yommy