mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-28 06:25:55 +00:00
7
data/sql/updates/db_world/2026_02_21_00.sql
Normal file
7
data/sql/updates/db_world/2026_02_21_00.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- DB update 2026_02_20_07 -> 2026_02_21_00
|
||||
--
|
||||
UPDATE `spell_script_names` SET `ScriptName` = 'spell_gluth_decimate' WHERE `spell_id` = 28374 AND `ScriptName` = 'spell_item_mad_alchemists_potion';
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` = 45051;
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(45051, 'spell_item_mad_alchemists_potion');
|
||||
Reference in New Issue
Block a user