mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
DB/Creatures: stormwind pet trainer will now properly reset pet talents
*Db/Spells: Nature's grace will now trigger on cast instead on hit and has a 60 seconds cooldown
This commit is contained in:
5
sql/updates/world/4.3.4/custom_2018_01_17_00_world.sql
Normal file
5
sql/updates/world/4.3.4/custom_2018_01_17_00_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- Add Pet trainer scriptname to pet trainer in stormwind
|
||||
UPDATE `creature_template` SET `ScriptName`= 'npc_pet_trainer' WHERE `entry`= 44251;
|
||||
|
||||
-- druid's natures grace should have a 60 seconds cooldown and should proc on cast, not on hit
|
||||
UPDATE `spell_proc` SET `SpellPhaseMask`= 1, `Cooldown`= 60000, `HitMask`= 12287 WHERE `SpellId`= -16880;
|
||||
Reference in New Issue
Block a user