fix(DB/Creature): Correct Old Man Barlo position (#16405)
* initial woo Co-authored-by: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com> * Update future-is-now-old-man.sql --------- Co-authored-by: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com>
This commit is contained in:
parent
58e504cae3
commit
78c17d2d4d
1 changed files with 2 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
-- guid 96761 is id 25580 aka old man barlo
|
||||
UPDATE `creature` SET `position_x` = -1460.62, `position_y` = 4992.52, `position_z` = -8.977667, `orientation` = 5.532693862915039062 WHERE `guid` = 96761 AND `id1` = 25580;
|
||||
Loading…
Add table
Add a link
Reference in a new issue