diff options
-rw-r--r-- | sql/updates/world/master/2021_12_20_40_world_2020_01_28_03_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_20_40_world_2020_01_28_03_world.sql b/sql/updates/world/master/2021_12_20_40_world_2020_01_28_03_world.sql new file mode 100644 index 00000000000..596e5d685bb --- /dev/null +++ b/sql/updates/world/master/2021_12_20_40_world_2020_01_28_03_world.sql @@ -0,0 +1,6 @@ +-- +UPDATE `creature_template` SET `unit_flags`=33555200 WHERE `entry` IN (17302); +DELETE FROM `creature` WHERE `guid` IN (119118, 119119); +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(119118, 17611, 540, 3714, 0, '1,2', 0, 0, 0, 336.7071, -84.05206, 1.992441, 3.124139, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 15595), -- 17611 (Area: 0 - Difficulty: 0) +(119119, 17302, 540, 3714, 0, '2', 0, 0, 0, 149.408, -83.94183, 2.01231, 1.117011, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 15595); -- 17302 (Area: 0 - Difficulty: 0) |