mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Item): Wolfshead Helm not giving Energy when going into cat form (#7393)
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user