summaryrefslogtreecommitdiff
path: root/servergreps/hercules/src/packetdb.py
diff options
context:
space:
mode:
Diffstat (limited to 'servergreps/hercules/src/packetdb.py')
-rwxr-xr-xservergreps/hercules/src/packetdb.py4
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',