fix(DB/Spells): Malown's Slam should proc Surge of Strenght (#8268)

This commit is contained in:
Skjalf
2021-10-07 17:18:02 -03:00
committed by GitHub
parent f2e0744513
commit 970e025d2e

View File

@@ -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');