mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-17 09:14:34 +00:00
6
data/sql/updates/db_world/2022_09_25_00.sql
Normal file
6
data/sql/updates/db_world/2022_09_25_00.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- DB update 2022_09_24_01 -> 2022_09_25_00
|
||||
--
|
||||
DELETE FROM `creature_questender` WHERE `id` = 15738 AND `quest` = 8832;
|
||||
DELETE FROM `creature_questender` WHERE `id` = 15738 AND `quest` = 8815;
|
||||
INSERT INTO `creature_questender` (`id`, `quest`) VALUES
|
||||
(15738, 8815);
|
||||
Reference in New Issue
Block a user