fix(DB/Item): Wolfshead Helm not giving Energy when going into cat form (#7393)
This commit is contained in:
parent
ff7d6d2dae
commit
2ecad7ca02
1 changed files with 4 additions and 0 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue