From 8184b6d8ed691c1515503be4a39136e8e73b1861 Mon Sep 17 00:00:00 2001 From: Azcobu <81782124+Azcobu@users.noreply.github.com> Date: Sat, 26 Jun 2021 22:29:00 +0930 Subject: [PATCH] fix(DB/Creature): relocate stuck Wild Gryphon (#6447) --- .../updates/pending_db_world/rev_1624172983045469393.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1624172983045469393.sql diff --git a/data/sql/updates/pending_db_world/rev_1624172983045469393.sql b/data/sql/updates/pending_db_world/rev_1624172983045469393.sql new file mode 100644 index 000000000..5e5aa4b48 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1624172983045469393.sql @@ -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;