fix(DB/Spell): remove NPC curse (#4477)
This commit is contained in:
parent
4a86db03c5
commit
490a54b4c7
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1612721754331691305');
|
||||
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = 19512;
|
||||
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
|
||||
(19512, -19502, 1, 'Apply Salve - Sickly Critter Aura removed');
|
||||
Loading…
Add table
Add a link
Reference in a new issue