mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +00:00
fix(DB/Spell): suicide saboteur on sapper explode (#4799)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1615506284007051682');
|
||||
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=3204;
|
||||
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
|
||||
(3204,8329,0,"Sapper Explode");
|
||||
|
||||
Reference in New Issue
Block a user