summaryrefslogtreecommitdiff
path: root/src/map/packets.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-12-14 23:51:48 +0300
committerAndrei Karas <akaras@inbox.ru>2018-12-14 23:52:47 +0300
commit59eb8ed011d447ba91c085590c11e2681773d2a0 (patch)
tree7d07e9f2e6b67c06ba37718d9a21d2b061acec24 /src/map/packets.h
parent4194f0ad5d47640dc0a26c48b070759b354424a7 (diff)
downloadhercules-59eb8ed011d447ba91c085590c11e2681773d2a0.tar.gz
hercules-59eb8ed011d447ba91c085590c11e2681773d2a0.tar.bz2
hercules-59eb8ed011d447ba91c085590c11e2681773d2a0.tar.xz
hercules-59eb8ed011d447ba91c085590c11e2681773d2a0.zip
Add packet CZ_REQ_REMAINTIME (with empty handler)
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 4ce7ee916..8e392cc63 100644
--- a/src/map/packets.h
+++ b/src/map/packets.h
@@ -147,6 +147,7 @@ packet(0x01ba,clif->pGMShift,2);
packet(0x01bb,clif->pGMShift,2);
packet(0x01bc,clif->pGMRecall,2);
packet(0x01bd,clif->pGMRecall,2);
+packet(0x01c0,clif->pReqRemainTime);
packet(0x01ce,clif->pAutoSpell,2);
packet(0x01d5,clif->pNpcStringInput,2,4,8);
packet(0x01df,clif->pGMReqAccountName,2);