aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr-J <daniel.jarrott0@gmail.com>2015-05-01 16:29:35 +0100
committerDr-J <daniel.jarrott0@gmail.com>2015-05-01 16:29:35 +0100
commitcc9b095caeb250a8c7f9b582afe8c2008bdcc6ae (patch)
tree17905b193a005cb167652170310990772519a6f3
parentd99f28b3288d4c6863f028f6a74bab16ff413ace (diff)
DB/Conditions: SAI (Infinite Hunter)
By @Killyana Closes #7900
-rw-r--r--sql/updates/world/2015_05_01_03_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2015_05_01_03_world.sql b/sql/updates/world/2015_05_01_03_world.sql
new file mode 100644
index 00000000000..dd528f8d704
--- /dev/null
+++ b/sql/updates/world/2015_05_01_03_world.sql
@@ -0,0 +1,4 @@
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceGroup` IN (2, 3) AND `SourceEntry`=27743;
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`, `ErrorTextId`,`ScriptName`,`Comment`, `NegativeCondition`) VALUES
+(22,2,27743,0,31,3,27743,0,0,'','event will not trigger if the spell is casted by 27743', 1),
+(22,3,27743,0,31,3,27743,0,0,'','event will not trigger if the spell is casted by 27743', 1);