fix(Core/Spells): Implement ENCHANT_PROC_ATTR_WHITE_HIT (#16771)

Co-authored-by: Ariel Silva<ariel-@users.noreply.github.com>
This commit is contained in:
Angelo Venturini 2023-07-17 08:19:24 -03:00 committed by GitHub
parent 891d7bd47c
commit dbc39a2817
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 5 deletions

View file

@ -0,0 +1,2 @@
--
UPDATE `spell_enchant_proc_data` SET `attributeMask` = 0x2 WHERE `entry` = 2675;