aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <none@none>2010-08-04 12:12:58 +0200
committerShauren <none@none>2010-08-04 12:12:58 +0200
commit705de07e7eadd84f24f16f5baa938860c7f19f61 (patch)
treece281af99089a9cf2d8d9d5c443965d493dadfd1 /sql
parentdc6c3f96b1bd62a7244db11d8e34c7515130eaa3 (diff)
Fixed Carrion Feeder pet talent
Removed useless code for Wolverine Bite --HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/base/world_database.sql3
-rw-r--r--sql/updates/9162_world_spell_script_names.sql3
2 files changed, 5 insertions, 1 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql
index d5d2efda351..0f1afc20237 100644
--- a/sql/base/world_database.sql
+++ b/sql/base/world_database.sql
@@ -14694,8 +14694,9 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
( 53271, 'spell_hun_masters_call'),
( 53478, 'spell_hun_last_stand_pet'),
( 55709, 'spell_hun_pet_heart_of_the_phoenix'),
+( 54044, 'spell_hun_pet_carrion_feeder'),
-- rogue
-( 5938, 'spell_rog_shiv'),
+( 5938, 'spell_rog_shiv'),
( 14185, 'spell_rog_preparation'),
( 31231, 'spell_rog_cheat_death'),
( 51662, 'spell_rog_hunger_for_blood'),
diff --git a/sql/updates/9162_world_spell_script_names.sql b/sql/updates/9162_world_spell_script_names.sql
new file mode 100644
index 00000000000..47f46b6d0dc
--- /dev/null
+++ b/sql/updates/9162_world_spell_script_names.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `spell_id`=54044 AND `ScriptName`='spell_hun_pet_carrion_feeder';
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(54044, 'spell_hun_pet_carrion_feeder');