mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26:23 +00:00
fix(DB/Creature): relocate stuck Wild Gryphon (#6447)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1624172983045469393');
|
||||
|
||||
-- Relocate Wild Gryphon spawn
|
||||
UPDATE `creature`
|
||||
SET `position_x` = -269.935, `position_y` = -1409.396, `position_z` = 91.607, `orientation` = 1.929
|
||||
WHERE `guid`= 14851;
|
||||
Reference in New Issue
Block a user