mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 13:46:24 +00:00
fix(DB): ore node now spawns above ground (#6876)
- Prevents the ore node (GUID 75523) in Hillsbrad Foothills from spawning in the ground, by it now spawning on a nearby hill - Closes #5942
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1625958180512949700');
|
||||
|
||||
-- move ore node above to a nearby hill
|
||||
UPDATE `gameobject` SET `position_x` = -781.1, `position_y` = 185.2, `position_z` = 59.6 WHERE `id` = 103711 AND `guid` = 75523;
|
||||
Reference in New Issue
Block a user