mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 06:36:24 +00:00
fix(DB/GO): Makes two mining Nodes wholly visible (#7958)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1631973253175864827');
|
||||
|
||||
-- Slightly changes the position of two mining Nodes, so that the whole Node is visible
|
||||
UPDATE `gameobject` SET `position_z` = -277 WHERE `id` = 123848 AND `guid` = 15462;
|
||||
UPDATE `gameobject` SET `position_z` = -233 WHERE `id` = 123309 AND `guid` = 15423;
|
||||
Reference in New Issue
Block a user