mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 22:26:22 +00:00
fix(DB/Creature): Fixed the spawns of two Heavy War Golem (5854) (#7188)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1627735957987999500');
|
||||
|
||||
-- Change the spawn points of Heavy War Golem (5854) so they spawn in the bridge
|
||||
UPDATE `creature` SET `position_x` = -6681.53, `position_y` = -1352.86, `position_z` = 210.77 WHERE (`id` = 5854) AND (`guid` = 5608);
|
||||
UPDATE `creature` SET `position_x` = -6663.55, `position_y` = -1317.16, `position_z` = 208.48 WHERE (`id` = 5854) AND (`guid` = 5687);
|
||||
|
||||
Reference in New Issue
Block a user