From c5bb70570fae810d5790ab74caf96aff5187100f Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Thu, 11 Sep 2025 20:50:58 +0200 Subject: [PATCH] Create zone_ghostlands.sql (#735) --- data/sql/world/base/zone_ghostlands.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/world/base/zone_ghostlands.sql diff --git a/data/sql/world/base/zone_ghostlands.sql b/data/sql/world/base/zone_ghostlands.sql new file mode 100644 index 0000000..e8f1f01 --- /dev/null +++ b/data/sql/world/base/zone_ghostlands.sql @@ -0,0 +1,2 @@ +-- fix Eye of Dar'khan worldserver error +UPDATE `creature` SET `MovementType` = 0 WHERE `guid` = 82897;