mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
fix(DB/Creature): Wildthorn Stalker's spawn point (#7210)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1627916502657250695');
|
||||
|
||||
-- Moves Wildthorn Stalker spawn from inside tree object
|
||||
UPDATE `creature` SET `position_x` = 1591.68, `position_y` = -2539.28, `position_z` = 101.81 WHERE `id` = 3819 AND `guid` = 34832;
|
||||
|
||||
Reference in New Issue
Block a user