From 5020cfa16cccf19a1681745e911b2a53997a456a Mon Sep 17 00:00:00 2001 From: AnonXS Date: Sat, 26 Aug 2023 20:32:48 +0200 Subject: [PATCH] [0174] Fix more Lagoon Eel 20290 falling out of bounds Some can not be adjusted to not be above water or fall out of bounds. - Hinting towards an issue? All need to be respawned properly. --- Updates/0174_WDB-4883_c.20290.sql | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Updates/0174_WDB-4883_c.20290.sql b/Updates/0174_WDB-4883_c.20290.sql index 2fc2a83fd..5701f2a34 100644 --- a/Updates/0174_WDB-4883_c.20290.sql +++ b/Updates/0174_WDB-4883_c.20290.sql @@ -11,3 +11,11 @@ UPDATE creature SET position_x = -102.427605, position_y = 6408.821777, position UPDATE creature SET position_x = -14.772385, position_y = 6480.810059, position_z = 4.904004 WHERE guid = 72088; UPDATE creature SET position_x = -344.064697, position_y = 6590.368164, position_z = 5.176247 WHERE guid = 72104; +-- falling out of bounds, respawn them all at some point. +-- something is fishy about the needed z level to place them in water. +-- cant be placed in water by z adjustments evne though it hits water area z. +DELETE FROM `creature` WHERE `guid` IN (72109,72111,72114); +UPDATE creature SET position_z = 6.8843 WHERE guid = 72120; +UPDATE creature SET position_z = -5.7590 WHERE guid = 72097; +UPDATE creature SET position_z = 3.9164 WHERE guid = 72092; +