mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Misc: fix gossip text for Noth the Plaguebringer and remove wrong quest turn-in from the same npc.
(cherry picked from commit bc78bfdea2)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
--
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=9754;
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(14, 9754, 13397, 0, 0, 8, 0, 12716, 0, 0, 0, 0, 0, "", "Show gossip text 13397 for Noth the Plaguebringer if quest The Plaguebringer's Request is rewarded");
|
||||
|
||||
DELETE FROM `creature_questender` WHERE `quest`=12717;
|
||||
Reference in New Issue
Block a user