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