diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/base/world_database.sql | 1 | ||||
| -rw-r--r-- | sql/updates/9149_world_spell_script_names.sql | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index 221f3748440..d5d2efda351 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -14693,6 +14693,7 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES ( 23989, 'spell_hun_readiness'), ( 53271, 'spell_hun_masters_call'), ( 53478, 'spell_hun_last_stand_pet'), +( 55709, 'spell_hun_pet_heart_of_the_phoenix'), -- rogue ( 5938, 'spell_rog_shiv'), ( 14185, 'spell_rog_preparation'), diff --git a/sql/updates/9149_world_spell_script_names.sql b/sql/updates/9149_world_spell_script_names.sql new file mode 100644 index 00000000000..5ca5b8c2f5a --- /dev/null +++ b/sql/updates/9149_world_spell_script_names.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=55709 AND `ScriptName`='spell_hun_pet_heart_of_the_phoenix'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(55709, 'spell_hun_pet_heart_of_the_phoenix'); |
