mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-28 14:35:57 +00:00
3
data/sql/updates/db_world/2026_02_25_08.sql
Normal file
3
data/sql/updates/db_world/2026_02_25_08.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2026_02_25_07 -> 2026_02_25_08
|
||||
-- Remove stale spell_script_names entry for spell_sha_t8_electrified.
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` = 64928 AND `ScriptName` = 'spell_sha_t8_electrified';
|
||||
5
data/sql/updates/db_world/2026_02_25_09.sql
Normal file
5
data/sql/updates/db_world/2026_02_25_09.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2026_02_25_08 -> 2026_02_25_09
|
||||
-- Focused Attacks should not proc from offhand attacks (including Fan of Knives offhand)
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` = -51634 AND `ScriptName` = 'spell_gen_no_offhand_proc';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(-51634, 'spell_gen_no_offhand_proc');
|
||||
Reference in New Issue
Block a user