aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2014-08-22 00:17:01 +0200
committerAokromes <Aokromes@users.noreply.github.com>2014-08-22 00:17:01 +0200
commitd3b59964087a9af1eb9e7b80b6875321213dba07 (patch)
tree3c5bcf712aabbab482f0b82f85b37101f4c2e51f
parenta2365939a29bc0288b7667ac6004be114c852e8e (diff)
DB/Conditions: Master Smith Burninate
By Rushor, closes #12713
-rw-r--r--sql/updates/world/2014_08_22_00_world_conditions.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2014_08_22_00_world_conditions.sql b/sql/updates/world/2014_08_22_00_world_conditions.sql
new file mode 100644
index 00000000000..56c3d2641f4
--- /dev/null
+++ b/sql/updates/world/2014_08_22_00_world_conditions.sql
@@ -0,0 +1,5 @@
+--
+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, 7115, 0, 0, 28, 0, 7722, 0, 0, 0, 0, 0, '', 'Show Gossip Menu - If Quest: What the Flux? is Completed'),
+(14, 5962, 7115, 0, 1, 5, 0, 59, 128, 0, 0, 0, 0, '', 'Show Gossip Menu - If player is exalted with Thorium Brotherhood (59)');