fix(DB/Quest): Noth the Plaguebringer ends quest 'Noth's special brew' (#9482)
* fix(DB/Quest): Noth the Plaguebringer ends quest 'Noth's special brew' Noth the Plaguebringer should not reward the quest 12717 "Noth's special brew", the player must complete the quest to the cauldron instead. Actually, both are active: the player can end this quest by talking to Noth or to the cauldron. Ported from TheLegendaryKingdom/LegacyOfAzeroth (not committed in own rep, directly edited on DB) Ayahuasca (TLK) Co-authored-by: Ayahuasca <arthur.fegne@hotmail.fr>
This commit is contained in:
parent
b2bafc6d77
commit
8cb0aed69e
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1638571815853367029');
|
||||
|
||||
DELETE FROM `creature_questender` WHERE `id`=28919 AND `quest`=12717;
|
||||
Loading…
Add table
Add a link
Reference in a new issue