fix(DB/spell): Fix Hex of Ravenclaw Removal spell (#6196)
Drinking Bethor's Potion (spell id: 7669) triggered the Hex of Ravenclaw Removal (spell id: 8320), which was supposed to remove the Hex of Ravenclaw debuff from the caster (spell id: 7656), but it didn't. - Closes #5906 - Closes chromiecraft/chromiecraft#661
This commit is contained in:
parent
69c214bec5
commit
ec4a34e4bd
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1622632251168886593');
|
||||
|
||||
UPDATE `spell_dbc` SET `Effect_1` = 164, `ImplicitTargetA_1`= 0, `EffectTriggerSpell_1` = 7656 WHERE `ID` = 8320;
|
||||
Loading…
Add table
Add a link
Reference in a new issue