diff options
author | SnapperRy <snapperryen@gmail.com> | 2016-10-16 01:34:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-16 01:34:12 +0200 |
commit | bc78bfdea2f67b969b4fee08421f4d17ed1c6e1d (patch) | |
tree | 43865e04ec73a83944586450cac54f0ff3091539 | |
parent | 79acb9fa71bb3016f5aa8f92b257346ed6c17dd7 (diff) |
DB/Misc: fix gossip text for Noth the Plaguebringer and remove wrong quest turn-in from the same npc.
-rw-r--r-- | sql/updates/world/3.3.5/2016_10_16_00_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_10_16_00_world.sql b/sql/updates/world/3.3.5/2016_10_16_00_world.sql new file mode 100644 index 00000000000..8be18c8f043 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_16_00_world.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `conditions` WHERE `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; |