fix(DB/creature): Shift Silvermane Stalker spawn slightly (#7343)

This commit is contained in:
Azcobu
2021-08-18 08:16:57 +09:30
committed by GitHub
parent 9e833e7cc2
commit 6c8d76be30

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1628955615714597262');
-- Shift Silvermane Stalker spawn slightly to avoid tree
UPDATE `creature` SET `position_x` = -108.08, `position_y` = -3529.83, `position_z` = 118.49 WHERE `id` = 2926 AND `guid` = 93058;