fix(DB): Marsh Lurker spawn position (#2697)
Creature guid 64845 had wrong coordinates in position_z Co-authored-by: Endeffect93 <55922592+Endeffect93@users.noreply.github.com>
This commit is contained in:
parent
5ef98b95c9
commit
a21e24d746
1 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1582455931661032800');
|
||||
|
||||
UPDATE `creature` SET `position_z` = 41.375492 WHERE `guid` = 64845;
|
||||
Loading…
Add table
Add a link
Reference in a new issue