mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-02 07:07:29 +01:00
Merge remote-tracking branch 'tkrokli/hunter_animal_handler' into 3.3.5 (PR #16554)
This commit is contained in:
5
sql/updates/world/3.3.5/2016_08_04_01_world.sql
Normal file
5
sql/updates/world/3.3.5/2016_08_04_01_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- animal handler, spell ranks
|
||||
DELETE FROM `spell_ranks` WHERE `first_spell_id` = 34453;
|
||||
INSERT INTO `spell_ranks` (`first_spell_id`,`spell_id`,`rank`) VALUES
|
||||
(34453, 34453, 1), -- Animal Handler, Rank 1
|
||||
(34453, 34454, 2); -- Animal Handler, Rank 2
|
||||
Reference in New Issue
Block a user