From 537e621b81b8fdd8763342703083c1abcfb3cc3a Mon Sep 17 00:00:00 2001 From: malufett Date: Tue, 11 Feb 2014 01:18:22 +0800 Subject: 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 --- src/map/packets.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/map/packets.h') 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/ */ -- cgit v1.2.3-60-g2f50