From 0c661b31fcaaca2e5af980ca673b9f479b2f9fc7 Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Mon, 6 Oct 2025 22:48:01 +0200 Subject: [PATCH] Update zone_arathi_highlands.sql --- data/sql/world/base/zone_arathi_highlands.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/sql/world/base/zone_arathi_highlands.sql b/data/sql/world/base/zone_arathi_highlands.sql index bee06a6..d2d746a 100644 --- a/data/sql/world/base/zone_arathi_highlands.sql +++ b/data/sql/world/base/zone_arathi_highlands.sql @@ -161,6 +161,10 @@ INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES (601048, 1, 'Prince Nazjak - Arathi Highlands'); +-- misplaced ogre at Boulderfirst Outpost (under the surface) +DELETE FROM `creature` WHERE `guid` = 11228; -- (11228, 2564, 0, 0, 0, 0, 0, 1, 1, 1, -1251.99, -2054.92, 50.2847, 6.07375, 400, 0, 0, 1221, 0, 0, 0, 0, 0, '', 0, 0, NULL); +DELETE FROM `creature_addon` WHERE `guid` = 11228; + -- remove non elite Syndicate thief from Stromgarde DELETE FROM `creature` WHERE `id1` = 24477;