From a9ba546c4fab1cb16dd0e855669b7a9a8b34c0e5 Mon Sep 17 00:00:00 2001 From: Nolt Date: Thu, 1 Apr 2021 17:28:47 +0200 Subject: [PATCH] fix(DB): wrong position or multiple placements of herbs (#5023) --- .../rev_1616620260846086881.sql | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1616620260846086881.sql diff --git a/data/sql/updates/pending_db_world/rev_1616620260846086881.sql b/data/sql/updates/pending_db_world/rev_1616620260846086881.sql new file mode 100644 index 000000000..15c8eb7f6 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1616620260846086881.sql @@ -0,0 +1,23 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1616620260846086881'); + +-- Alterac Mountains - Chromie #272 +DELETE FROM `gameobject` where `guid` in (8638, 8639, 9190, 32194, 32203, 33141, 9141, 35390, 3435, 8063); +DELETE FROM `gameobject` where `guid` in (7716, 35379, 3332, 8989, 9004, 9171, 32211, 7832, 8927, 7841); +DELETE FROM `gameobject` where `guid` in (9057, 8771, 7773, 7732, 7731, 7575, 7423, 7436, 7407, 7551); +DELETE FROM `gameobject` where `guid` in (7549, 7548, 7515, 7512, 7529, 7474, 7697, 32693); + +UPDATE `gameobject` SET `position_x`=606.533, `position_y`=-745.792, `position_z`=175.907 WHERE `guid`=8988; +UPDATE `gameobject` SET `position_x`=822.100, `position_y`=-723.680, `position_z`=194.222 WHERE `guid`=8990; +UPDATE `gameobject` SET `position_x`=1109.57, `position_y`=-454.509, `position_z`=68.9403 WHERE `guid`=8769; + +-- Badlands - Chromie #257 +UPDATE `gameobject` SET `position_x`=-6064.50, `position_y`=-3238.57, `position_z`=259.058 WHERE `guid`=11477; +DELETE FROM `gameobject` where `guid` in (8114, 9003); +DELETE FROM `pool_gameobject` where `guid` in (8114, 9003); + +-- The Barrens - Chromie #249 +DELETE FROM `gameobject` where `guid` in (13573, 13585, 13577, 13586, 13687, 13358, 65123, 2350, 86281, 13372); +DELETE FROM `gameobject` where `guid` in (63431, 13578, 31976, 13689, 14446, 33549, 13559, 13574, 13548, 14455); +DELETE FROM `gameobject` where `guid` in (13684, 14463, 14459, 63424, 13589, 13571, 14201, 13702); +DELETE FROM `pool_gameobject` where `guid`=2350; +UPDATE `gameobject` SET `position_x`=-1119.61, `position_y`=-2150.05, `position_z`=81.8622 WHERE `guid`=983;