From 16f375f3970d047d63eb0e34c2b203e6db51433b Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sat, 19 Jul 2014 21:29:45 +0200 Subject: [PATCH] DB/Creature: Diktynna By Rushor, updates #12540 --- sql/updates/world/2014_07_19_10_world_conditions.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2014_07_19_10_world_conditions.sql diff --git a/sql/updates/world/2014_07_19_10_world_conditions.sql b/sql/updates/world/2014_07_19_10_world_conditions.sql new file mode 100644 index 00000000000..aafa3edf9f7 --- /dev/null +++ b/sql/updates/world/2014_07_19_10_world_conditions.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=7361; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(14, 7361, 8822, 0, 0, 8, 0, 9452, 0, 0, 0, 0, 0, '', 'Show gossip text if player has quest 9452 completed');