mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 10:00:28 +00:00
Fix (Core/Scripts): Warrior T3 8P Bonus Fix (#10561)
* Fix (Core/Scripts): Warrior T3 8P Bonus Fix * Update spell_warrior.cpp * Update spell_warrior.cpp
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1644160153962444055');
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=28845;
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(28845, 'spell_warr_t3_prot_8p_bonus');
|
||||
Reference in New Issue
Block a user