fix(DB/Creature): Wildthorn Stalker's spawn point (#7210)

This commit is contained in:
Azcobu
2021-08-08 09:34:26 +09:30
committed by GitHub
parent a9de389b30
commit 80da8284c8

View File

@@ -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;