diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-05-24 20:00:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-05-24 20:00:39 +0300 |
commit | 9f8ebd2ccf85f0a92ceb3770f1e1c109c443f75a (patch) | |
tree | 61e400faf621c2a2fa63b695e6305d86fc9a5749 /servergreps/hercules/20111005 | |
parent | d1681a3f1ef71e5fe08293846ca7d93bcf0a3d30 (diff) | |
download | evol-tools-9f8ebd2ccf85f0a92ceb3770f1e1c109c443f75a.tar.gz evol-tools-9f8ebd2ccf85f0a92ceb3770f1e1c109c443f75a.tar.bz2 evol-tools-9f8ebd2ccf85f0a92ceb3770f1e1c109c443f75a.tar.xz evol-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.txt | 1 | ||||
-rw-r--r-- | servergreps/hercules/20111005/herculesissues.txt | 3 |
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 |