diff options
author | shennetsind <ind@henn.et> | 2013-04-12 00:14:34 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-04-12 00:14:34 -0300 |
commit | 4d89aa6e1c733618b720170a0979d895689b1d1e (patch) | |
tree | d85e6353363c6800dc0ce085e1670d01e8344fb8 /src/map/packets.h | |
parent | 57b5943b55e8b8bcede9b4aa944ff855687a366a (diff) | |
download | hercules-4d89aa6e1c733618b720170a0979d895689b1d1e.tar.gz hercules-4d89aa6e1c733618b720170a0979d895689b1d1e.tar.bz2 hercules-4d89aa6e1c733618b720170a0979d895689b1d1e.tar.xz hercules-4d89aa6e1c733618b720170a0979d895689b1d1e.zip |
Hercules Renewal: Phase Two: Starting~!
http://hercules.ws/board/topic/383-hercules-renewal-phase-two/
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/packets.h')
-rw-r--r-- | src/map/packets.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/packets.h b/src/map/packets.h index 29181d392..09e035413 100644 --- a/src/map/packets.h +++ b/src/map/packets.h @@ -2045,9 +2045,7 @@ packet(0x020d,-1); packet(0x094C,6,clif->pSolveCharName,2); packet(0x0907,5,clif->pMoveItem,2,4); packet(0x0908,5); - packet(0x08CF,10); //Amulet spirits packet(0x08d2,10); - packet(0x0977,14); //Monster HP Bar packet(0x0998,8,clif->pEquipItem,2,4); //packet(0x0281,-1,clif->pItemListWindowSelected,2,4,8); packet(0x0938,-1,clif->pReqOpenBuyingStore,2,4,8,9,89); @@ -2061,6 +2059,7 @@ packet(0x020d,-1); 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(0x0447,2); #endif #endif /* _PACKETS_H_ */ |