mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-19 00:20:39 +01:00
Core/Scripts: Val'anyr Hammer of Ancient Kings should proc only with effective heal
This commit is contained in:
3
sql/updates/world/3.3.5/2017_12_29_00_world.sql.sql
Normal file
3
sql/updates/world/3.3.5/2017_12_29_00_world.sql.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_item_valanyr_hammer_of_ancient_kings';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(64415,'spell_item_valanyr_hammer_of_ancient_kings');
|
||||
Reference in New Issue
Block a user