fix(DB/Creature): Wildthorn Stalker's spawn point (#7210)
This commit is contained in:
parent
a9de389b30
commit
80da8284c8
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue