mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
fix(DB/Spells): Malown's Slam should proc Surge of Strenght (#8268)
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user