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:
anguaive
2021-06-10 16:35:37 +02:00
committed by GitHub
parent 69c214bec5
commit ec4a34e4bd

View File

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