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:
Kelsi 2026-02-09 22:59:05 -08:00
parent 3859c41319
commit f60b22a633

View file

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