mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(DB/GO): repositioning of a Small Thorium Vein (#7601)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user