aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2015-12-29 16:46:28 +0100
committerMitchesD <majklprofik@seznam.cz>2016-01-17 13:56:48 +0100
commitc9f6bea60d0c93af7a329148994cc5d077fb4d1f (patch)
tree86e4923117ad2c3fe6749bdeecb0b953c1339c17
parent178a1dd7033c17323d5e568069083de0958764ed (diff)
DB/Condition: Add condition to sunwell-blade spell to target only Dar'Khan Drathir
Closes #16122 (cherry picked from commit cb6a7b7fa63a7e5a8ef54b827ab9b66784d58ac7)
-rw-r--r--sql/updates/world/2016_01_17_06_world_2015_12_29_02.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2016_01_17_06_world_2015_12_29_02.sql b/sql/updates/world/2016_01_17_06_world_2015_12_29_02.sql
new file mode 100644
index 00000000000..3bfd0ba2a25
--- /dev/null
+++ b/sql/updates/world/2016_01_17_06_world_2015_12_29_02.sql
@@ -0,0 +1,4 @@
+--
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceGroup`=0 AND `SourceEntry`=28516;
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
+(17,0,28516,0,0,31,1,3,16329,0,0,0,0,'',"Only Dar'Khan Drathir can be a target for Sunwell Torrent");