fix(DB/GO): repositioning of a Small Thorium Vein (#7601)

This commit is contained in:
syssneck
2021-09-01 14:29:23 +02:00
committed by GitHub
parent 55daa07a56
commit b30376d08b

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1630139869353251128');
-- Slightly changes the position of a Small Thorium Vein so it can be mined
UPDATE `gameobject` SET `position_x` = -7275, `position_y` = -788, `position_z` = 299.15 WHERE `id` = 324 AND `guid` = 154;