fix(DB/Spell): Arcane Concentration should proc only from damaging spells. (#8218)

Fixes #8131
This commit is contained in:
UltraNix 2021-10-08 16:00:00 +02:00 committed by GitHub
parent 69243c4e5d
commit bc3ccde2c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1633190607873695800');
UPDATE `spell_proc_event` SET `procEx`=0x0240003 WHERE `entry`=-11213;