fix(DB/Spell): remove NPC curse (#4477)

This commit is contained in:
Stefano Borzì
2021-02-10 15:44:56 +01:00
committed by GitHub
parent 4a86db03c5
commit 490a54b4c7

View File

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