From d3b59964087a9af1eb9e7b80b6875321213dba07 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Fri, 22 Aug 2014 00:17:01 +0200 Subject: DB/Conditions: Master Smith Burninate By Rushor, closes #12713 --- sql/updates/world/2014_08_22_00_world_conditions.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2014_08_22_00_world_conditions.sql (limited to 'sql') 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)'); -- cgit v1.2.3