From 57490af8dd000ca4e0e55a98050a4cf2c3ddc500 Mon Sep 17 00:00:00 2001 From: Axel Cocat Date: Sat, 17 Apr 2021 14:38:55 +0200 Subject: [PATCH] fix(DB/GameObject-Spawn): Copper veins spawns in Mulgore (#5240) --- .../sql/updates/pending_db_world/rev_1618137493700140600.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1618137493700140600.sql diff --git a/data/sql/updates/pending_db_world/rev_1618137493700140600.sql b/data/sql/updates/pending_db_world/rev_1618137493700140600.sql new file mode 100644 index 000000000..b6750a2df --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1618137493700140600.sql @@ -0,0 +1,5 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1618137493700140600'); + +-- Mulgore copper veins +UPDATE `gameobject` SET `position_x` = -3050.334229, `position_y` = 316.995148, `position_z` = 151.141052 WHERE `guid` = 4696; +UPDATE `gameobject` SET `position_x` = -3002.635986, `position_y` = 280.656830, `position_z` = 110.877350 WHERE `guid` = 20650;