Scripts/Spells: Added support for Red Rider Air Rifle (item 46725)

--HG--
branch : trunk
This commit is contained in:
Shauren
2010-12-25 15:26:16 +01:00
parent b181ba21d9
commit 99ff32be28
3 changed files with 60 additions and 0 deletions
+1
View File
@@ -26908,6 +26908,7 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
( 14537, 'spell_item_six_demon_bag'),
( 59640, 'spell_item_underbelly_elixir'),
( 71905, 'spell_item_shadowmourne'),
( 67533, 'spell_item_red_rider_air_rifle'),
-- warrior
( 12975, 'spell_warr_last_stand'),
-- paladin
@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `spell_id`=67533 AND `ScriptName`='spell_item_red_rider_air_rifle';
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(67533, 'spell_item_red_rider_air_rifle');