mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-17 17:43:52 +00:00
Fix trainer buy spell and add specialization tabs
Fix SMSG_BINDPOINTUPDATE opcode from 0x1B3 to 0x155 — the old value collided with SMSG_TRAINER_BUY_SUCCEEDED, causing buy responses to be misinterpreted as bindpoint updates. Add specialization tabs using SkillLineAbility.dbc to group spells by class spec (category 7).
This commit is contained in:
parent
9a01261401
commit
ee155c3367
4 changed files with 174 additions and 42 deletions
|
|
@ -277,7 +277,8 @@ enum class Opcode : uint16_t {
|
|||
// ---- Battleground ----
|
||||
SMSG_BATTLEFIELD_PORT_DENIED = 0x014B,
|
||||
SMSG_REMOVED_FROM_PVP_QUEUE = 0x0170,
|
||||
SMSG_BINDPOINTUPDATE = 0x01B3,
|
||||
SMSG_TRAINER_BUY_SUCCEEDED = 0x01B3,
|
||||
SMSG_BINDPOINTUPDATE = 0x0155,
|
||||
CMSG_BATTLEFIELD_LIST = 0x023C,
|
||||
SMSG_BATTLEFIELD_LIST = 0x023D,
|
||||
CMSG_BATTLEFIELD_JOIN = 0x023E,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue