From f8ac41608ece7ee2f791509d3d29400783513939 Mon Sep 17 00:00:00 2001 From: Nolt Date: Mon, 11 Oct 2021 00:13:10 +0200 Subject: [PATCH] fix(DB/Object): Bruiseweed spawn (#8356) --- .../updates/pending_db_world/rev_1633732567546468906.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1633732567546468906.sql diff --git a/data/sql/updates/pending_db_world/rev_1633732567546468906.sql b/data/sql/updates/pending_db_world/rev_1633732567546468906.sql new file mode 100644 index 000000000..92fdbbcb6 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1633732567546468906.sql @@ -0,0 +1,6 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1633732567546468906'); + +#fix herb at entrance of the building #8355 +DELETE FROM `gameobject` WHERE (`id` = 1622) AND (`guid` IN (3764)); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `ScriptName`, `VerifiedBuild`) VALUES +(3764, 1622, 0, 0, 0, 1, 1, -2644.78, -2362.86, 97.341, 2.909, 0, 0, 0, 0, 60, 100, 1, '', 0);