aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/2011_02_16_1_world_conditions.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2011_02_16_1_world_conditions.sql b/sql/updates/world/2011_02_16_1_world_conditions.sql
new file mode 100644
index 00000000000..e42fd4006e4
--- /dev/null
+++ b/sql/updates/world/2011_02_16_1_world_conditions.sql
@@ -0,0 +1,4 @@
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry` IN (70360,72527);
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
+(13,0,70360,0,18,1,37690,0,0, '', 'Mutated Abomination - Eat Ooze target'),
+(13,0,72527,0,18,1,37690,0,0, '', 'Mutated Abomination - Eat Ooze target');