diff options
| author | Shauren <shauren.trinity@gmail.com> | 2011-10-12 10:38:42 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2011-10-12 10:38:42 +0200 |
| commit | 12c30b0c98d7bebb2a47ff8748e2554bd72e332c (patch) | |
| tree | b3f70c1cbc02540feb7ec6c93174db797d88d677 /sql | |
| parent | 801ab6dd379aaa1b02e6eda454bbc801651a57e0 (diff) | |
Scripts/Icecrown Citadel: Adjusted Ooze Puddle spell effect radius after correcting its size
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2011_10_12_00_world_spell_script_names.sql | 6 |
1 files changed, 6 insertions, 0 deletions
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'); |
