diff options
author | Haruna <haru@dotalux.com> | 2013-09-18 12:22:58 -0700 |
---|---|---|
committer | Haruna <haru@dotalux.com> | 2013-09-18 12:22:58 -0700 |
commit | 3738fc7a61b5379633daa050444a949cf5251c49 (patch) | |
tree | ded408a136db46ad4e6fc8faf5b59cb5d5c86eb0 /src/map/packets.h | |
parent | a2722019a379f83ee5a1b35a1a100400e3e7170e (diff) | |
parent | 6cf032de5d12a33f04e6b3eb5dc4d71c17554ce3 (diff) | |
download | hercules-3738fc7a61b5379633daa050444a949cf5251c49.tar.gz hercules-3738fc7a61b5379633daa050444a949cf5251c49.tar.bz2 hercules-3738fc7a61b5379633daa050444a949cf5251c49.tar.xz hercules-3738fc7a61b5379633daa050444a949cf5251c49.zip |
Merge pull request #137 from Schwierig/RankingListFix
Ranking list fix
Diffstat (limited to 'src/map/packets.h')
-rw-r--r-- | src/map/packets.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/packets.h b/src/map/packets.h index 091c48a77..86ae3af30 100644 --- a/src/map/packets.h +++ b/src/map/packets.h @@ -2366,8 +2366,11 @@ packet(0x020d,-1); packet(0x0360,26,clif->pFriendsListAdd,2); packet(0x094A,5,clif->pHomMenu,2,4); packet(0x0873,36,clif->pStoragePassword,0); + packet(0x097c,4, clif->parse_ranklist); + packet(0x97D,288, clif->update_rankingpoint); //ZC_ACK_RANKING #endif + /* PacketKeys: http://hercules.ws/board/topic/1105-hercules-wpe-free-june-14th-patch/ */ #if PACKETVER >= 20110817 packetKeys(0x053D5CED,0x3DED6DED,0x6DED6DED); /* Thanks to Shakto */ |