summaryrefslogtreecommitdiff
path: root/src/map/packets.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-11-03 16:57:20 +0300
committerAndrei Karas <akaras@inbox.ru>2016-11-03 17:12:49 +0300
commita2dd1c9d4ed8789018a9d139a804d0a858d837a1 (patch)
treec0d93ae6f45a31fa6ea4f30b88697e72c3a6e598 /src/map/packets.h
parentffbed0ceb0f3f6e15aa2a0773bb4e5e7c4bf35f7 (diff)
downloadhercules-a2dd1c9d4ed8789018a9d139a804d0a858d837a1.tar.gz
hercules-a2dd1c9d4ed8789018a9d139a804d0a858d837a1.tar.bz2
hercules-a2dd1c9d4ed8789018a9d139a804d0a858d837a1.tar.xz
hercules-a2dd1c9d4ed8789018a9d139a804d0a858d837a1.zip
Fix version for packet 0x08d2 ZC_FASTMOVE.
Diffstat (limited to 'src/map/packets.h')
-rw-r--r--src/map/packets.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/packets.h b/src/map/packets.h
index 411f2736a..854c7a17f 100644
--- a/src/map/packets.h
+++ b/src/map/packets.h
@@ -1956,6 +1956,7 @@ packet(0x96e,-1,clif->ackmergeitems);
packet(0x08cf,10); // ZC_SPIRITS_ATTRIBUTE
packet(0x08d0,9); // ZC_REQ_WEAR_EQUIP_ACK2
packet(0x08d1,7); // ZC_REQ_TAKEOFF_EQUIP_ACK2
+ packet(0x08d2,10); // ZC_FASTMOVE
#endif
//2011-10-05aRagexeRE
@@ -1972,7 +1973,6 @@ packet(0x96e,-1,clif->ackmergeitems);
packet(0x088a,6,clif->pGetCharNameRequest,2);
packet(0x0838,6,clif->pSolveCharName,2);
packet(0x0439,8,clif->pUseItem,2,4);
- packet(0x08d2,10);
packet(0x08d7,28,clif->pBGQueueRegister,2);
packet(0x090a,26,clif->pBGQueueCheckState,2);
packet(0x08da,26,clif->pBGQueueRevokeReq,2);
@@ -2124,7 +2124,6 @@ packet(0x96e,-1,clif->ackmergeitems);
packet(0x096A,6,clif->pGetCharNameRequest,2);
packet(0x0368,6,clif->pSolveCharName,2);
packet(0x08E5,41,clif->pPartyRecruitRegisterReq,2,4);
- packet(0x08d2,10);
packet(0x0916,26,clif->pGuildInvite2,2);
#endif