From f7bfcc0292133a1ce3ea96ca85d796244ece3706 Mon Sep 17 00:00:00 2001 From: AnonXS Date: Thu, 24 Aug 2023 23:31:46 +0200 Subject: [PATCH] Correct more Stormwind City Guard 68 Based on commit https://github.com/cmangos/wotlk-db/commit/086e68adbae94a032f62e941a5d8a58bb04335e7 --- Updates/0173_c.68_random_movement.sql | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Updates/0173_c.68_random_movement.sql diff --git a/Updates/0173_c.68_random_movement.sql b/Updates/0173_c.68_random_movement.sql new file mode 100644 index 000000000..8c9218a29 --- /dev/null +++ b/Updates/0173_c.68_random_movement.sql @@ -0,0 +1,12 @@ +-- Correct more Stormwind City Guard 68 +UPDATE `creature` SET `spawndist` = 2, `MovementType` = 1 WHERE `id` = 68 AND `guid` = 79679; +UPDATE `creature` SET `spawndist` = 2, `MovementType` = 1 WHERE `id` = 68 AND `guid` = 79671; +UPDATE `creature` SET `spawndist` = 2, `MovementType` = 1 WHERE `id` = 68 AND `guid` = 19272; + +UPDATE `creature` SET `position_x` = -8834.160156 , `position_y` = 724.616028, `position_z` = 97.953201, `orientation` = 0, `spawndist` = 2, `MovementType` = 1 WHERE `id` = 68 AND `guid` = 79840; +UPDATE `creature` SET `position_x` = -8825.175781 , `position_y` = 613.949585, `position_z` = 94.4957 WHERE `id` = 68 AND `guid` = 120692; + +DELETE FROM `creature` WHERE `id` = 68 AND `guid` = 2473; -- not perm spawn +DELETE FROM `creature` WHERE `id` = 68 AND `guid` = 190; -- not perm spawn +DELETE FROM `creature` WHERE `id` = 68 AND `guid` = 189; -- not perm spawn +