From 6874d5e61bbcab831ec6d710598c574dc3f4d1e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 15 May 2024 18:43:46 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): e2029c363323d8bde195a302b6934497b57197ba --- .../rev_1713526355691722800.sql => db_world/2024_05_15_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/rev_1713526355691722800.sql => db_world/2024_05_15_00.sql} (75%) diff --git a/data/sql/updates/pending_db_world/rev_1713526355691722800.sql b/data/sql/updates/db_world/2024_05_15_00.sql similarity index 75% rename from data/sql/updates/pending_db_world/rev_1713526355691722800.sql rename to data/sql/updates/db_world/2024_05_15_00.sql index d6c2c54e7..037629e99 100644 --- a/data/sql/updates/pending_db_world/rev_1713526355691722800.sql +++ b/data/sql/updates/db_world/2024_05_15_00.sql @@ -1,3 +1,4 @@ +-- DB update 2024_05_14_02 -> 2024_05_15_00 -- clear all gameobjects in map 30 "Alterac Valley" -- these will be spawned in the bg script DELETE FROM `gameobject` WHERE `map` = 30;