diff options
| author | Shauren <none@none> | 2010-08-03 10:47:38 +0200 |
|---|---|---|
| committer | Shauren <none@none> | 2010-08-03 10:47:38 +0200 |
| commit | 109bcb0927d853c9a7340ac55f84003d12ff4762 (patch) | |
| tree | 9b4c3428abbb0d9fb7cf8cdea27fd4da44d9234c /sql/updates | |
| parent | e7ee828fe1ec3267314377eb0164a53ca83829a5 (diff) | |
Fixed Heart of the Phoenix pet spell
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/9149_world_spell_script_names.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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'); |
