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;