mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-30 00:53:46 +00:00
9
data/sql/updates/db_world/2025_07_09_00.sql
Normal file
9
data/sql/updates/db_world/2025_07_09_00.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- DB update 2025_07_08_01 -> 2025_07_09_00
|
||||
|
||||
-- Edit Spell_Area
|
||||
UPDATE `spell_area` SET `quest_start` = 12801, `quest_start_status` = `quest_start_status` &~ 10 WHERE `spell` = 58354;
|
||||
|
||||
-- Add the second Darion Mograine quest starter
|
||||
DELETE FROM `creature_queststarter` WHERE (`quest` = 13165) AND (`id` IN (31084));
|
||||
INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES
|
||||
(31084, 13165);
|
||||
Reference in New Issue
Block a user