diff options
author | malufett <malufett.eat.my.binaries@gmail.com> | 2014-02-11 01:18:22 +0800 |
---|---|---|
committer | malufett <malufett.eat.my.binaries@gmail.com> | 2014-02-11 01:18:22 +0800 |
commit | 537e621b81b8fdd8763342703083c1abcfb3cc3a (patch) | |
tree | 1eaf33fce9a047766a4f142e8c86894f1f9b4d60 /src/map/packets.h | |
parent | ac45ebca3e9537eca665ba042412ddc1e65e9f73 (diff) | |
download | hercules-537e621b81b8fdd8763342703083c1abcfb3cc3a.tar.gz hercules-537e621b81b8fdd8763342703083c1abcfb3cc3a.tar.bz2 hercules-537e621b81b8fdd8763342703083c1abcfb3cc3a.tar.xz hercules-537e621b81b8fdd8763342703083c1abcfb3cc3a.zip |
Fixed Bug#7983 (Thanks to Kiu)
-http://hercules.ws/board/tracker/issue-7983-whisper-display
Fixed Bug#8012
-http://hercules.ws/board/tracker/issue-8012-bonus-bvariablecastrate-and-bfixedcastrate-not-working-properly/
Signed-off-by: malufett <malufett.eat.my.binaries@gmail.com>
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/ */ |