diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-11-27 08:34:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-27 08:34:01 +0100 |
commit | b9b97c3fb1a4e9a6dc1cdf56f5950a4e06cbe811 (patch) | |
tree | 9ff1aa2d0d02ed2df1a346ccb1f64c6284f32dac | |
parent | bc637c5b1cc097ce8e00ab5bea00c905fa084e8b (diff) |
DB/Quest: Sniffing Out the Perpetrator
By Rushor, closes #17914
-rw-r--r-- | sql/updates/world/3.3.5/2016_11_27_01_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_11_27_01_world.sql b/sql/updates/world/3.3.5/2016_11_27_01_world.sql new file mode 100644 index 00000000000..f41808e3344 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_11_27_01_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=18 AND `SourceGroup`=29857 AND `SourceEntry`=55460; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES +(18, 29857, 55460, 0, 0, 9, 0, 12910, 0, 0, 0, 0, 0, '', "Ride Frostbite (Khaliisi's Pet) Spellclick requires Active (taken) quest 'Sniffing Out the Perpetrator'."); +-- |