aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <none@none>2010-08-03 10:47:38 +0200
committerShauren <none@none>2010-08-03 10:47:38 +0200
commit109bcb0927d853c9a7340ac55f84003d12ff4762 (patch)
tree9b4c3428abbb0d9fb7cf8cdea27fd4da44d9234c /sql
parente7ee828fe1ec3267314377eb0164a53ca83829a5 (diff)
Fixed Heart of the Phoenix pet spell
--HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/base/world_database.sql1
-rw-r--r--sql/updates/9149_world_spell_script_names.sql3
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');