summaryrefslogtreecommitdiff
path: root/src/map/packets.h
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-04-27 16:04:07 -0300
committershennetsind <ind@henn.et>2013-04-27 16:04:07 -0300
commitf2942453592621f5d3e4553fa96cd1b417fa74fb (patch)
treefb111919b69270be57b4a19a4f925dfb23fec86f /src/map/packets.h
parentad51ea46af4590c7ca51fd55cf63f75de9dc67dc (diff)
downloadhercules-f2942453592621f5d3e4553fa96cd1b417fa74fb.tar.gz
hercules-f2942453592621f5d3e4553fa96cd1b417fa74fb.tar.bz2
hercules-f2942453592621f5d3e4553fa96cd1b417fa74fb.tar.xz
hercules-f2942453592621f5d3e4553fa96cd1b417fa74fb.zip
Fixed Bug #7193 and ...
http://hercules.ws/board/tracker/issue-7193-monsterhp/ -- Follow up 0f4a50d13538c3e5d3ca4d3822f92217c8da0479 re-introduced mob_max_skilllvl -- Updated some packet intro dates (special thanks to yommy! <33) Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/packets.h')
-rw-r--r--src/map/packets.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/map/packets.h b/src/map/packets.h
index 3c204c978..0b8cbf5a3 100644
--- a/src/map/packets.h
+++ b/src/map/packets.h
@@ -2055,10 +2055,10 @@ packet(0x020d,-1);
packet(0x094E,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15);
//packet(0x0835,2,clif->pSearchStoreInfoNextPage,0);
//packet(0x0838,12,clif->pSearchStoreInfoListItemClick,2,6,10);
- packet(0x0844,2,clif->pCashShopOpen,0);/* tell server cashshop window is being open */
- packet(0x084a,2,clif->pCashShopClose,0);/* tell server cashshop window is being closed */
- packet(0x08c9,4,clif->pCashShopSchedule,0);
- packet(0x0848,-1,clif->pCashShopBuy,0);
+ packet(0x0844,2,clif->pCashShopOpen,2);/* tell server cashshop window is being open */
+ packet(0x084a,2,clif->pCashShopClose,2);/* tell server cashshop window is being closed */
+ packet(0x08c9,4,clif->pCashShopSchedule,2);
+ packet(0x0848,-1,clif->pCashShopBuy,2);
packet(0x0447,2);
#endif