mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-16 08:46:09 +00:00
6
data/sql/updates/db_world/2022_11_01_04.sql
Normal file
6
data/sql/updates/db_world/2022_11_01_04.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2022_11_01_03 -> 2022_11_01_04
|
||||
--
|
||||
DELETE FROM `creature_queststarter` WHERE (`quest` = 14169) AND (`id` IN (34484));
|
||||
INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES
|
||||
(34484, 14169);
|
||||
|
||||
Reference in New Issue
Block a user