aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZenoX92 <ZenoX92@users.noreply.github.com>2018-02-19 19:35:52 +0100
committerKillyana <morphone1@gmail.com>2018-02-19 19:35:52 +0100
commit5988a3d1365e8947df2171c73f9b98d5f654146b (patch)
treedb6c8b43705f00215c5e751aef63beee18785c40
parent17ddc47577cfeb6218780b444ec0595eb47ac594 (diff)
DB/Gossip: Northern Crystal Pylon, Eastern Crystal Pylon & Western Crystal Pylon
Closes #21446
-rw-r--r--sql/updates/world/3.3.5/2018_02_19_06_world_335.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_02_19_06_world_335.sql b/sql/updates/world/3.3.5/2018_02_19_06_world_335.sql
new file mode 100644
index 00000000000..564162ccc8f
--- /dev/null
+++ b/sql/updates/world/3.3.5/2018_02_19_06_world_335.sql
@@ -0,0 +1,5 @@
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup` IN (2177,2178,2179);
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
+(14,2177,2933,0,0,8,0,4321,0,0,0,0,0,"","Show gossip text 2933 if quest 'Making Sense of It' is rewarded"), -- Northern Crystal Pylon
+(14,2178,2933,0,0,8,0,4321,0,0,0,0,0,"","Show gossip text 2933 if quest 'Making Sense of It' is rewarded"), -- Eastern Crystal Pylon
+(14,2179,2933,0,0,8,0,4321,0,0,0,0,0,"","Show gossip text 2933 if quest 'Making Sense of It' is rewarded"); -- Western Crystal Pylon