Fix classic/turtle opcode values: guild query, buyback item

This commit is contained in:
Kelsi 2026-02-20 00:48:37 -08:00
parent 4ed6b56cc8
commit 630c38b1d2
2 changed files with 4 additions and 3 deletions

View file

@ -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",