diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-09-25 02:52:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-09-25 02:52:14 +0300 |
commit | bd175028c22fdeff6b19ec6cc7361aea03f9073f (patch) | |
tree | 9816d16f1a7ac487412bccb2e660ae2195db8050 /servergreps/hercules/src/packetdb.py | |
parent | 31df315fd7a217a6efcc4584f7cc0dd12529ca0b (diff) | |
download | tools-bd175028c22fdeff6b19ec6cc7361aea03f9073f.tar.gz tools-bd175028c22fdeff6b19ec6cc7361aea03f9073f.tar.bz2 tools-bd175028c22fdeff6b19ec6cc7361aea03f9073f.tar.xz tools-bd175028c22fdeff6b19ec6cc7361aea03f9073f.zip |
servergreps: add different fixes into packets parsing and reporting.
Diffstat (limited to 'servergreps/hercules/src/packetdb.py')
-rwxr-xr-x | servergreps/hercules/src/packetdb.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/servergreps/hercules/src/packetdb.py b/servergreps/hercules/src/packetdb.py index 11af019..e50f51a 100755 --- a/servergreps/hercules/src/packetdb.py +++ b/servergreps/hercules/src/packetdb.py @@ -52,7 +52,7 @@ class PacketDb: 'weaponrefine': 'clif->pWeaponRefine', 'maildelete': 'clif->pMail_delete', 'useskilltoid': 'clif->pUseSkillToId', - 'cashshopbuy': 'clif->pCashShopBuy', + 'cashshopbuy': 'clif->pcashshop_buy', 'traderequest': 'clif->pTradeRequest', 'restart': 'clif->pRestart', 'gmreqnochat': 'clif->pGMReqNoChat', @@ -226,7 +226,7 @@ class PacketDb: 'mergeitem_cancel': 'clif->cancelmergeitem', 'booking_playcancel': 'in packet', 'cashshopitemlist': 'clif->pCashShopSchedule', - 'reqworldinfo': 'missing', + 'reqworldinfo': 'reqworldinfo', 'ranklist': 'clif->pRanklist', 'bankdeposit': 'clif->pBankDeposit', 'bankwithdrawal': 'clif->pBankWithdraw', |