aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorZenoX92 <ZenoX92@users.noreply.github.com>2018-01-25 18:41:06 +0100
committerShauren <shauren.trinity@gmail.com>2021-06-16 23:52:05 +0200
commit88f1fece2337c8a6d5d87438a40aae28b73c18f4 (patch)
treed6eb2769d86d95d8dfcca3b8036865e4f623c02b /sql
parent412f061ea3be6a527936d43752df8613222103b8 (diff)
DB/Conditions: Master Smith Burninate
Closes #21298 (cherry picked from commit 1d6ba4182840edb29abed87f8ae0a67fce59da68)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2021_06_16_16_world_2018_01_25_03_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_06_16_16_world_2018_01_25_03_world.sql b/sql/updates/world/master/2021_06_16_16_world_2018_01_25_03_world.sql
new file mode 100644
index 00000000000..8a5dac2a534
--- /dev/null
+++ b/sql/updates/world/master/2021_06_16_16_world_2018_01_25_03_world.sql
@@ -0,0 +1,5 @@
+-- Master Smith Burninate --> Fix gossip conditions
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=5962;
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
+(14,5962,7121,0,0,8,0,7722,0,0,0,0,0,"","Show gossip text 7121 if player has quest 'What the Flux?' rewarded"),
+(14,5962,7121,0,0,5,0,59,128,0,0,0,0,"","Show gossip text 7121 if player is exalted with Thorium Brotherhood");