diff options
| author | Lopin <none@none> | 2011-01-08 21:44:29 +0100 |
|---|---|---|
| committer | Machiavelli <machiavelli.trinity@gmail.com> | 2011-01-08 21:44:29 +0100 |
| commit | ef3e0d3477fe4986a9f1d2549ca52645434d215f (patch) | |
| tree | 038309bbaab99f785439e42ac16b8c7ba4624d49 /sql/updates | |
| parent | 58f795d171e1a15aec6c7c8f619a741d623e4d52 (diff) | |
Scripts/Ulduar: Spell script for spells 62524,62525,62521 (Freya encounter)
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com>
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/2011_01_08_0_world_spell_script_names.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/2011_01_08_0_world_spell_script_names.sql b/sql/updates/2011_01_08_0_world_spell_script_names.sql new file mode 100644 index 00000000000..8d3e7197b48 --- /dev/null +++ b/sql/updates/2011_01_08_0_world_spell_script_names.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` IN (62521,62524,62525); +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(62521,'spell_attuned_to_nature_dose_reduction'), +(62524,'spell_attuned_to_nature_dose_reduction'), +(62525,'spell_attuned_to_nature_dose_reduction'); |
