fix(DB/Item): Wolfshead Helm not giving Energy when going into cat form (#7393)

This commit is contained in:
lineagedr
2021-08-20 13:03:25 +03:00
committed by GitHub
parent ff7d6d2dae
commit 2ecad7ca02

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1629137505579314700');
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = 17770 AND `spell_effect` = 29940;
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (17770,29940,0,'Wolfshead Helm Energy');