mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-03 16:03:52 +00:00
Fix classic/turtle opcode values: guild query, buyback item
This commit is contained in:
parent
38c4e9dcd8
commit
681588a355
2 changed files with 4 additions and 3 deletions
|
|
@ -180,7 +180,7 @@
|
|||
"CMSG_SELL_ITEM": "0x1A0",
|
||||
"SMSG_SELL_ITEM": "0x1A1",
|
||||
"CMSG_BUY_ITEM": "0x1A2",
|
||||
"CMSG_BUYBACK_ITEM": "0x290",
|
||||
"CMSG_BUYBACK_ITEM": "0x1A6",
|
||||
"SMSG_BUY_FAILED": "0x1A5",
|
||||
"CMSG_TRAINER_LIST": "0x1B0",
|
||||
"SMSG_TRAINER_LIST": "0x1B1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue