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:
Dan
2023-06-02 21:11:17 +02:00
committed by GitHub
parent 58e504cae3
commit 78c17d2d4d

View File

@@ -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;