fix(DB/GO): repositioning of a Small Thorium Vein (#7601)
This commit is contained in:
parent
55daa07a56
commit
b30376d08b
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue