diff options
| author | Shauren <shauren.trinity@gmail.com> | 2011-01-31 20:06:47 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2011-01-31 20:06:47 +0100 |
| commit | 8d7a6cd6119c3d514c4f06acee77ad1088e4754a (patch) | |
| tree | 155b47f515beece01db13258e45633978e1b9090 /sql/updates | |
| parent | c006f1b9048eb72ffacbd694db817beaec9df453 (diff) | |
Core/Spells: Moved Glacial Strike removal to spell script, thanks Destalker for pointing it out
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/2011_01_31_1_world_spell_script_names.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/2011_01_31_1_world_spell_script_names.sql b/sql/updates/2011_01_31_1_world_spell_script_names.sql new file mode 100644 index 00000000000..17385cb7383 --- /dev/null +++ b/sql/updates/2011_01_31_1_world_spell_script_names.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=70292 AND `ScriptName`='spell_trash_mob_glacial_strike'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(70292,'spell_trash_mob_glacial_strike'); |
