fix(Scripts/Spells): Windfury Weapon should not consume Flurry stacks. (#7151)
* fix(Scripts/Spells): Windfury Weapon should not consume Flurry stacks. Fixed #6234 * Update src/server/scripts/Spells/spell_shaman.cpp
This commit is contained in:
parent
8ca9da6421
commit
5831c336df
4 changed files with 61 additions and 3 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1627403306832649400');
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=-16257;
|
||||
INSERT INTO `spell_script_names` VALUES
|
||||
(-16257,'spell_sha_flurry_proc');
|
||||
Loading…
Add table
Add a link
Reference in a new issue