mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
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:
@@ -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;
|
||||
Reference in New Issue
Block a user