mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 11:52:32 +01:00
DB/GameObjects: Move some Mineral Veins to the correct area
This commit is contained in:
4
sql/updates/world/3.3.5/2019_07_16_03_world_335.sql
Normal file
4
sql/updates/world/3.3.5/2019_07_16_03_world_335.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
UPDATE `gameobject` SET `map`= 0, `position_x`= -10492.83007, `position_y`= -145.55538, `position_z`= 80.34737 WHERE `guid` IN (73670, 73671, 73672, 73673, 73674);
|
||||
UPDATE `gameobject` SET `position_z`=64.3731 WHERE `guid` IN (73900, 73901, 73902, 73903, 73904);
|
||||
UPDATE `gameobject` SET `map`= 0, `position_x`= 1216.201538, `position_y`= -386.071655, `position_z`=62.174725 WHERE `guid` IN (74263, 74264, 74265);
|
||||
Reference in New Issue
Block a user