fix(DB/creature): Shift Silvermane Stalker spawn slightly (#7343)
This commit is contained in:
parent
9e833e7cc2
commit
6c8d76be30
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue