fix(DB/Creature): relocate stuck Wild Gryphon (#6447)

This commit is contained in:
Azcobu
2021-06-26 22:29:00 +09:30
committed by GitHub
parent 7579dc4689
commit 8184b6d8ed

View File

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