From 7db3d41a0a7f382e2841da1e76e38b4cef94e166 Mon Sep 17 00:00:00 2001 From: ZenoX92 Date: Tue, 2 Oct 2018 21:21:31 +0200 Subject: DB/Conditions: Vizzklick Closes #22555 (cherry picked from commit 1306d3fbce078bbe7d5a7456e1cf5fd84a047e96) --- .../world/master/2021_11_11_25_world_2018_10_02_07_world_335.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/master/2021_11_11_25_world_2018_10_02_07_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_11_11_25_world_2018_10_02_07_world_335.sql b/sql/updates/world/master/2021_11_11_25_world_2018_10_02_07_world_335.sql new file mode 100644 index 00000000000..1e3b63e280b --- /dev/null +++ b/sql/updates/world/master/2021_11_11_25_world_2018_10_02_07_world_335.sql @@ -0,0 +1,5 @@ +-- Vizzklick +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=1301; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14,1301,1934,0,0,7,0,197,230,0,0,0,0,"","Show gossip text 1934 if player has Tailoring with skill level 230"), +(14,1301,1934,0,0,14,0,3379,0,0,0,0,0,"","Show gossip text 1934 if quest 'Shadoweaver' is not taken"); -- cgit v1.2.3