Spells/Scripts: Updated Gift of the Naaru script
Port From (https://github.com/TrinityCore/TrinityCore/commit/d2b70397ab98fe8a24a5880b757a50e3736787d3)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_gen_gift_of_naaru';
|
||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
(28880, 'spell_gen_gift_of_naaru'), -- Warrior
|
||||
(59542, 'spell_gen_gift_of_naaru'), -- Paladin
|
||||
(59543, 'spell_gen_gift_of_naaru'), -- Hunter
|
||||
(59544, 'spell_gen_gift_of_naaru'), -- Priest
|
||||
(59545, 'spell_gen_gift_of_naaru'), -- Death Knight
|
||||
(59547, 'spell_gen_gift_of_naaru'), -- Shaman
|
||||
(59548, 'spell_gen_gift_of_naaru'), -- Mage
|
||||
(121093, 'spell_gen_gift_of_naaru'); -- Monk
|
||||
Reference in New Issue
Block a user