mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Fix SMSG_QUESTGIVER_QUEST_COMPLETE opcode value
Corrected opcode from 0x191 to 0x18F for WoW 3.3.5a. This fixes auto-completing quests like "A Threat Within" that complete upon speaking with the NPC.
This commit is contained in:
parent
3859c41319
commit
f60b22a633
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ enum class Opcode : uint16_t {
|
|||
CMSG_QUESTGIVER_REQUEST_REWARD = 0x18C,
|
||||
SMSG_QUESTGIVER_OFFER_REWARD = 0x18D,
|
||||
CMSG_QUESTGIVER_CHOOSE_REWARD = 0x18E,
|
||||
SMSG_QUESTGIVER_QUEST_COMPLETE = 0x191,
|
||||
SMSG_QUESTGIVER_QUEST_COMPLETE = 0x18F,
|
||||
CMSG_QUESTLOG_REMOVE_QUEST = 0x194,
|
||||
|
||||
// ---- Phase 5: Vendor ----
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue