mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-28 06:25:55 +00:00
11
data/sql/updates/db_world/2026_02_06_09.sql
Normal file
11
data/sql/updates/db_world/2026_02_06_09.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
-- DB update 2026_02_06_08 -> 2026_02_06_09
|
||||
--
|
||||
-- 35475 Drums of War
|
||||
-- 35476 Drums of Battle
|
||||
-- 35478 Drums of Restoration
|
||||
-- 'Cannot affect targets level 80 or higher.'
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (35475, 35476, 35478);
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(35475, 'spell_gen_filter_party_level_80'),
|
||||
(35476, 'spell_gen_filter_party_level_80'),
|
||||
(35478, 'spell_gen_filter_party_level_80');
|
||||
Reference in New Issue
Block a user