diff options
| author | Lopin <davca.hr@seznam.cz> | 2011-06-15 01:28:04 +0200 |
|---|---|---|
| committer | Lopin <davca.hr@seznam.cz> | 2011-06-15 01:28:04 +0200 |
| commit | 84a17dc742223ca66be769fdca6ddcdae0269be9 (patch) | |
| tree | e4d994a8472c7d58c8e6df2239eba943029832ae /sql | |
| parent | 75439044860a5a4d3184eb47f72e65e64d7c0d0a (diff) | |
Scripts/Ulduar: Minor spell script name change
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2011_06_15_00_world_spell_script_names.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2011_06_15_00_world_spell_script_names.sql b/sql/updates/world/2011_06_15_00_world_spell_script_names.sql new file mode 100644 index 00000000000..be0909d48ae --- /dev/null +++ b/sql/updates/world/2011_06_15_00_world_spell_script_names.sql @@ -0,0 +1,2 @@ +-- Change spell script name for Attuned To Nature Dose Reduction +UPDATE `spell_script_names` SET `ScriptName`='spell_freya_attuned_to_nature_dose_reduction' WHERE `ScriptName`='spell_attuned_to_nature_dose_reduction'; |
