diff options
author | Shauren <shauren.trinity@gmail.com> | 2013-01-26 13:25:06 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2013-01-26 13:25:06 +0100 |
commit | a3d07b5e6ac45c23ec4116028c4bccae9307083b (patch) | |
tree | e7299cf82edae93e701f4633a665ce3f4ce582d2 /sql | |
parent | c9b9c69f97db040e190fee6f077f57c66f06b5ea (diff) |
Core/Spells: Fixed Darkflight, Two Forms and Running Wild for worgens.
Closes #8905
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/2013_01_26_00_world_spell_script_names_434.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/2013_01_26_00_world_spell_script_names_434.sql b/sql/updates/world/2013_01_26_00_world_spell_script_names_434.sql new file mode 100644 index 00000000000..d0c4a61c422 --- /dev/null +++ b/sql/updates/world/2013_01_26_00_world_spell_script_names_434.sql @@ -0,0 +1,7 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_gen_running_wild'; +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_gen_two_forms'; +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_gen_darkflight'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(87840,'spell_gen_running_wild'), +(68996,'spell_gen_two_forms'), +(68992,'spell_gen_darkflight'); |