diff options
author | shennetsind <ind@henn.et> | 2014-02-10 17:17:32 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2014-02-10 17:17:32 -0200 |
commit | 64344c36a7669051e30d7ecd141f19222e2889bb (patch) | |
tree | 81ac5972b8588d80e5de77ec96ff12c300c2c623 /src/map/packets.h | |
parent | 186fbc51d1254c9de712719a22b60f38d2a2cf60 (diff) | |
parent | 1e1b4a6a9286348192e6dcf22b816c01bc6f57b0 (diff) | |
download | hercules-64344c36a7669051e30d7ecd141f19222e2889bb.tar.gz hercules-64344c36a7669051e30d7ecd141f19222e2889bb.tar.bz2 hercules-64344c36a7669051e30d7ecd141f19222e2889bb.tar.xz hercules-64344c36a7669051e30d7ecd141f19222e2889bb.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'src/map/packets.h')
-rw-r--r-- | src/map/packets.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/packets.h b/src/map/packets.h index 4cf6f6d6a..3ff202bae 100644 --- a/src/map/packets.h +++ b/src/map/packets.h @@ -2415,7 +2415,7 @@ packet(0x020d,-1); packet(0x0873,36,clif->pStoragePassword,0); packet(0x097C,4,clif->pRanklist); #endif - + //2013-08-07Ragexe (Shakto) #if PACKETVER >= 20130807 packet(0x0369,7,clif->pActionRequest,2,6); @@ -2490,6 +2490,7 @@ packet(0x020d,-1); /* NPC Market */ packet(0x09d8,2,clif->pNPCMarketClosed); packet(0x09d6,-1,clif->pNPCMarketPurchase); + packet(0x09df,7); #endif /* PacketKeys: http://hercules.ws/board/topic/1105-hercules-wpe-free-june-14th-patch/ */ |