diff options
author | Shauren <none@none> | 2010-08-04 12:12:58 +0200 |
---|---|---|
committer | Shauren <none@none> | 2010-08-04 12:12:58 +0200 |
commit | 705de07e7eadd84f24f16f5baa938860c7f19f61 (patch) | |
tree | ce281af99089a9cf2d8d9d5c443965d493dadfd1 /sql/base | |
parent | dc6c3f96b1bd62a7244db11d8e34c7515130eaa3 (diff) |
Fixed Carrion Feeder pet talent
Removed useless code for Wolverine Bite
--HG--
branch : trunk
Diffstat (limited to 'sql/base')
-rw-r--r-- | sql/base/world_database.sql | 3 |
1 files changed, 2 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'), |