From 79708758b594d195b0f20a6807040880e573337e Mon Sep 17 00:00:00 2001 From: AzerothCoreBot Date: Tue, 13 Dec 2022 18:34:26 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 81d050685eba5fd416970bf77f8a182c82e8c33b --- .../nighthaven-mailbox.sql => db_world/2022_12_13_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/nighthaven-mailbox.sql => db_world/2022_12_13_00.sql} (91%) diff --git a/data/sql/updates/pending_db_world/nighthaven-mailbox.sql b/data/sql/updates/db_world/2022_12_13_00.sql similarity index 91% rename from data/sql/updates/pending_db_world/nighthaven-mailbox.sql rename to data/sql/updates/db_world/2022_12_13_00.sql index 359d21ca0..6329a1cfd 100644 --- a/data/sql/updates/pending_db_world/nighthaven-mailbox.sql +++ b/data/sql/updates/db_world/2022_12_13_00.sql @@ -1,3 +1,4 @@ +-- DB update 2022_12_12_01 -> 2022_12_13_00 SET @guid := 92053; DELETE FROM `gameobject` WHERE `guid` = @guid; INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES (@guid, 195218, 1, 493, 2361, 8008.7421875, -2668.053955078125, 512.06414794921875, 2.757613182067871093, 0.981626510620117187, 0.190812408924102783, 120, 255, 1, 46902);