mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-13 23:43:44 +00:00
9
data/sql/updates/db_world/2022_09_03_02.sql
Normal file
9
data/sql/updates/db_world/2022_09_03_02.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- DB update 2022_09_03_01 -> 2022_09_03_02
|
||||
-- General Angerforge
|
||||
SET @BOSS=45954;
|
||||
DELETE FROM `linked_respawn` WHERE `linkedGuid`=@BOSS AND `guid` IN (45955,45956,45958,45959);
|
||||
INSERT INTO `linked_respawn` (`guid`, `linkedGuid`, `linkType`) VALUES
|
||||
(45955, @BOSS, 0),
|
||||
(45956, @BOSS, 0),
|
||||
(45958, @BOSS, 0),
|
||||
(45959, @BOSS, 0);
|
||||
4
data/sql/updates/db_world/2022_09_03_03.sql
Normal file
4
data/sql/updates/db_world/2022_09_03_03.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- DB update 2022_09_03_02 -> 2022_09_03_03
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` = 26077 AND `ScriptName` = 'spell_itch_aq40';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (26077, 'spell_itch_aq40');
|
||||
Reference in New Issue
Block a user