summaryrefslogtreecommitdiff
path: root/servergreps/hercules/20111005
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-05-24 20:00:39 +0300
committerAndrei Karas <akaras@inbox.ru>2016-05-24 20:00:39 +0300
commit9f8ebd2ccf85f0a92ceb3770f1e1c109c443f75a (patch)
tree61e400faf621c2a2fa63b695e6305d86fc9a5749 /servergreps/hercules/20111005
parentd1681a3f1ef71e5fe08293846ca7d93bcf0a3d30 (diff)
downloadtools-9f8ebd2ccf85f0a92ceb3770f1e1c109c443f75a.tar.gz
tools-9f8ebd2ccf85f0a92ceb3770f1e1c109c443f75a.tar.bz2
tools-9f8ebd2ccf85f0a92ceb3770f1e1c109c443f75a.tar.xz
tools-9f8ebd2ccf85f0a92ceb3770f1e1c109c443f75a.zip
servergreps: fix false positives with preffered packet versions.
Add simple checks for hidden/shadow packets in hercules.
Diffstat (limited to 'servergreps/hercules/20111005')
-rw-r--r--servergreps/hercules/20111005/clientbadpackets.txt1
-rw-r--r--servergreps/hercules/20111005/herculesissues.txt3
2 files changed, 3 insertions, 1 deletions
diff --git a/servergreps/hercules/20111005/clientbadpackets.txt b/servergreps/hercules/20111005/clientbadpackets.txt
index 9d8c608..6dbf4ff 100644
--- a/servergreps/hercules/20111005/clientbadpackets.txt
+++ b/servergreps/hercules/20111005/clientbadpackets.txt
@@ -1,4 +1,3 @@
-0113 CMSG_ITEM_PICKUP client: clif->pTakeItem server: clif->pUseSkillToPos Change id to 0815
0815 CMSG_BUYINGSTORE_CLOSE hidden by clif->pTakeItem
0817 CMSG_BUYINGSTORE_OPEN hidden by clif->pTickSend
0089 CMSG_PLAYER_CHANGE_ACT hidden by clif->pTickSend
diff --git a/servergreps/hercules/20111005/herculesissues.txt b/servergreps/hercules/20111005/herculesissues.txt
new file mode 100644
index 0000000..3413728
--- /dev/null
+++ b/servergreps/hercules/20111005/herculesissues.txt
@@ -0,0 +1,3 @@
+Server code error: function clif->pReqCloseBuyingStore hidden in server code
+Server code error: function clif->pSearchStoreInfoNextPage hidden in server code
+Server code error: function clif->pReqClickBuyingStore hidden in server code