Skip to content

Commit

Permalink
Correct more Stormwind City Guard 68
Browse files Browse the repository at this point in the history
Based on commit cmangos/wotlk-db@086e68a
  • Loading branch information
AnonXS committed Aug 26, 2023
1 parent 53c19cd commit f7bfcc0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Updates/0173_c.68_random_movement.sql
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f7bfcc0

Please sign in to comment.