aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/base/world_database.sql4
-rw-r--r--sql/scripts/world_scripts_full.sql8
-rw-r--r--sql/updates/world/2011_04_06_03_world_spell_linked_spell.sql6
-rw-r--r--sql/updates/world/2011_04_06_03_world_spell_script_names.sql10
4 files changed, 28 insertions, 0 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql
index 2b0640c78e2..59ed9f9e201 100644
--- a/sql/base/world_database.sql
+++ b/sql/base/world_database.sql
@@ -18201,6 +18201,10 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment
(-71224, 69706, 0, 'Rotface: Mutated Infection Summon'),
(-73022, 69706, 0, 'Rotface: Mutated Infection Summon'),
(-73023, 69706, 0, 'Rotface: Mutated Infection Summon'),
+(-70447, 70530, 0, 'Putricide: Volatile Ooze Adhesive Protection'),
+(-72836, 70530, 0, 'Putricide: Volatile Ooze Adhesive Protection'),
+(-72837, 70530, 0, 'Putricide: Volatile Ooze Adhesive Protection'),
+(-72838, 70530, 0, 'Putricide: Volatile Ooze Adhesive Protection'),
( 70867, 70871, 2, 'Blood-Queen: Essence of the Blood Queen'),
( 71473, 70871, 2, 'Blood-Queen: Essence of the Blood Queen'),
( 71532, 70871, 2, 'Blood-Queen: Essence of the Blood Queen'),
diff --git a/sql/scripts/world_scripts_full.sql b/sql/scripts/world_scripts_full.sql
index db8027a1fe3..76763e7485a 100644
--- a/sql/scripts/world_scripts_full.sql
+++ b/sql/scripts/world_scripts_full.sql
@@ -2000,6 +2000,14 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
( 72455, 'spell_putricide_gaseous_bloat'),
( 72832, 'spell_putricide_gaseous_bloat'),
( 72833, 'spell_putricide_gaseous_bloat'),
+( 70447, 'spell_putricide_ooze_channel'),
+( 72836, 'spell_putricide_ooze_channel'),
+( 72837, 'spell_putricide_ooze_channel'),
+( 72838, 'spell_putricide_ooze_channel'),
+( 70672, 'spell_putricide_ooze_channel'),
+( 72455, 'spell_putricide_ooze_channel'),
+( 72832, 'spell_putricide_ooze_channel'),
+( 72833, 'spell_putricide_ooze_channel'),
( 70459, 'spell_putricide_ooze_eruption_searcher'),
( 71255, 'spell_putricide_choking_gas_bomb'),
( 70920, 'spell_putricide_unbound_plague'),
diff --git a/sql/updates/world/2011_04_06_03_world_spell_linked_spell.sql b/sql/updates/world/2011_04_06_03_world_spell_linked_spell.sql
new file mode 100644
index 00000000000..c27e26d33be
--- /dev/null
+++ b/sql/updates/world/2011_04_06_03_world_spell_linked_spell.sql
@@ -0,0 +1,6 @@
+DELETE FROM `spell_linked_spell` WHERE `spell_effect`=70530;
+INSERT INTO `spell_linked_spell` (`spell_trigger`,`spell_effect`,`type`,`comment`) VALUES
+(-70447,70530,0, 'Putricide: Volatile Ooze Adhesive Protection'),
+(-72836,70530,0, 'Putricide: Volatile Ooze Adhesive Protection'),
+(-72837,70530,0, 'Putricide: Volatile Ooze Adhesive Protection'),
+(-72838,70530,0, 'Putricide: Volatile Ooze Adhesive Protection');
diff --git a/sql/updates/world/2011_04_06_03_world_spell_script_names.sql b/sql/updates/world/2011_04_06_03_world_spell_script_names.sql
new file mode 100644
index 00000000000..b5c4d151c2b
--- /dev/null
+++ b/sql/updates/world/2011_04_06_03_world_spell_script_names.sql
@@ -0,0 +1,10 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_putricide_ooze_channel';
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(70447, 'spell_putricide_ooze_channel'),
+(72836, 'spell_putricide_ooze_channel'),
+(72837, 'spell_putricide_ooze_channel'),
+(72838, 'spell_putricide_ooze_channel'),
+(70672, 'spell_putricide_ooze_channel'),
+(72455, 'spell_putricide_ooze_channel'),
+(72832, 'spell_putricide_ooze_channel'),
+(72833, 'spell_putricide_ooze_channel');