From 334b3c5b92d03659720688655b6d330ad108a108 Mon Sep 17 00:00:00 2001 From: Malcrom Date: Sun, 31 Oct 2021 09:50:28 -0300 Subject: [PATCH] fix(DB/Creature): NPC Darcy location (#8804) --- data/sql/updates/pending_db_world/rev_1635442402182198240.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1635442402182198240.sql diff --git a/data/sql/updates/pending_db_world/rev_1635442402182198240.sql b/data/sql/updates/pending_db_world/rev_1635442402182198240.sql new file mode 100644 index 000000000..4e63724cc --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1635442402182198240.sql @@ -0,0 +1,4 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1635442402182198240'); + +-- Fix location of Darcy +UPDATE `creature` SET `position_x`=-9218.02, `position_y`=-2148.62, `position_z`=64.3548, `orientation`=4.47915 WHERE `id`=379;