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