fix(DB/GameObject): Add Mailbox in Nighthaven. (#14126)

This commit is contained in:
Benjamin Jackson
2022-12-13 13:32:14 -05:00
committed by GitHub
parent 4d8be337a8
commit 81d050685e

View File

@@ -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);