mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
*Correct diminishing returns for charge and linked spell for Stoneform.
--HG-- branch : trunk
This commit is contained in:
3
sql/updates/4510_world_spell_linked_spell.sql
Normal file
3
sql/updates/4510_world_spell_linked_spell.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (20594);
|
||||
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
|
||||
( 20594, 65116, 0, 'Stoneform');
|
||||
Reference in New Issue
Block a user