mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 19:35:42 +00:00
fix(DB/creature): Shift Silvermane Stalker spawn slightly (#7343)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user