mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-29 00:23:48 +00:00
9
data/sql/updates/db_world/2023_03_04_01.sql
Normal file
9
data/sql/updates/db_world/2023_03_04_01.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- DB update 2023_03_04_00 -> 2023_03_04_01
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` = 34799 AND `ScriptName` = 'spell_commander_sarannis_arcane_devastation';
|
||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
(34799,'spell_commander_sarannis_arcane_devastation');
|
||||
|
||||
UPDATE `spell_dbc` SET `Effect_1` = 28, `EffectMiscValueB_1` = 64 WHERE `ID` IN (34810, 34817, 34818, 34819);
|
||||
|
||||
UPDATE `creature_addon` SET `auras` = '34792 19818' WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id1` = 17976);
|
||||
Reference in New Issue
Block a user