From 81d050685eba5fd416970bf77f8a182c82e8c33b Mon Sep 17 00:00:00 2001 From: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com> Date: Tue, 13 Dec 2022 13:32:14 -0500 Subject: [PATCH] fix(DB/GameObject): Add Mailbox in Nighthaven. (#14126) --- data/sql/updates/pending_db_world/nighthaven-mailbox.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/nighthaven-mailbox.sql diff --git a/data/sql/updates/pending_db_world/nighthaven-mailbox.sql b/data/sql/updates/pending_db_world/nighthaven-mailbox.sql new file mode 100644 index 000000000..359d21ca0 --- /dev/null +++ b/data/sql/updates/pending_db_world/nighthaven-mailbox.sql @@ -0,0 +1,3 @@ +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);