mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
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:
@@ -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');
|
||||
Reference in New Issue
Block a user