From 12c30b0c98d7bebb2a47ff8748e2554bd72e332c Mon Sep 17 00:00:00 2001 From: Shauren Date: Wed, 12 Oct 2011 10:38:42 +0200 Subject: Scripts/Icecrown Citadel: Adjusted Ooze Puddle spell effect radius after correcting its size --- sql/updates/world/2011_10_12_00_world_spell_script_names.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/2011_10_12_00_world_spell_script_names.sql (limited to 'sql') diff --git a/sql/updates/world/2011_10_12_00_world_spell_script_names.sql b/sql/updates/world/2011_10_12_00_world_spell_script_names.sql new file mode 100644 index 00000000000..cf2ea31306d --- /dev/null +++ b/sql/updates/world/2011_10_12_00_world_spell_script_names.sql @@ -0,0 +1,6 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_putricide_slime_puddle'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(70346,'spell_putricide_slime_puddle'), +(72456,'spell_putricide_slime_puddle'), +(72868,'spell_putricide_slime_puddle'), +(72869,'spell_putricide_slime_puddle'); -- cgit v1.2.3