fix(Core/Spells): implement SPELL_GROUP_SPECIAL_FLAG_SAME_SPELL_CHECK group stack flag (#7709)

- Closes #6664
This commit is contained in:
UltraNix 2021-09-07 02:10:13 +02:00 committed by GitHub
parent e9be04837a
commit 2e41da548e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 32 additions and 18 deletions

View file

@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1630695496578966300');
UPDATE `spell_group` SET `special_flag`=0x1000 WHERE `spell_id`=6343;