fix(Core/Spells): Implemented SPELL_GROUP_SPECIAL_FLAG_SKIP_STRONGER_SAME_SPELL. (#10307)
Fixed #10263
This commit is contained in:
parent
0c09e88f64
commit
8f8fbd95ce
5 changed files with 39 additions and 19 deletions
|
|
@ -0,0 +1,3 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1642869202090443400');
|
||||
|
||||
UPDATE `spell_group` SET `special_flag`=8192 WHERE `spell_id`=48090;
|
||||
Loading…
Add table
Add a link
Reference in a new issue