fix(DB/Spell): suicide saboteur on sapper explode (#4799)
This commit is contained in:
parent
5d27b420fd
commit
b514dfb99c
1 changed files with 6 additions and 0 deletions
|
|
@ -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");
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue