fix(DB/Spells): Malown's Slam should proc Surge of Strenght (#8268)
This commit is contained in:
parent
f2e0744513
commit
970e025d2e
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1633368419901196100');
|
||||
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = 17500;
|
||||
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
|
||||
(17500, 17499, 0, 'Malown\'s Slam - trigger Surge of Strenght');
|
||||
Loading…
Add table
Add a link
Reference in a new issue