aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2012-01-30 12:31:59 +0100
committerShauren <shauren.trinity@gmail.com>2012-01-30 12:31:59 +0100
commit83e0486e59ddf17ef8abc83b57ff459f8b9e1e9c (patch)
tree9d7ee98ec8b3631bb5200a83f29eedf33f980ab1 /sql
parentc62a82c6740ebdd74b4e5c0f26c3b29c4f6af5c2 (diff)
Scripts/Icecrown Citadel: Professor Putricide will now remove Mutated Plague from players when dying
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2012_01_30_01_world_conditions.sql3
-rw-r--r--sql/updates/world/2012_01_30_01_world_spell_script_names.sql3
2 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2012_01_30_01_world_conditions.sql b/sql/updates/world/2012_01_30_01_world_conditions.sql
new file mode 100644
index 00000000000..bcaf0af435a
--- /dev/null
+++ b/sql/updates/world/2012_01_30_01_world_conditions.sql
@@ -0,0 +1,3 @@
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=72618;
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
+(13,0,72618,0,0,18,1,0,0,0, '', 'Mutated Plague Clear - target players');
diff --git a/sql/updates/world/2012_01_30_01_world_spell_script_names.sql b/sql/updates/world/2012_01_30_01_world_spell_script_names.sql
new file mode 100644
index 00000000000..6e4b10094e5
--- /dev/null
+++ b/sql/updates/world/2012_01_30_01_world_spell_script_names.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_putricide_clear_mutated_plague';
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(72618,'spell_putricide_clear_mutated_plague');