diff options
author | Killyana <morphone1@gmail.com> | 2017-01-10 14:01:41 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2017-01-10 14:01:41 +0100 |
commit | 3cfc6e88e53c04efe8b4763f8c9f648fdc8b4299 (patch) | |
tree | f8625c87a6d592c087ca078ebbd0e2bbc8fd6080 | |
parent | de3553eed2150454bc1bab17ee4846e3502421ad (diff) |
DB: Shadowglen (Night Elf Start Area) + Wendigo in Dun Morogh
Closes #18778
By Rushor
-rw-r--r-- | sql/updates/world/3.3.5/2017_01_09_03_world_335.sql | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_01_09_03_world_335.sql b/sql/updates/world/3.3.5/2017_01_09_03_world_335.sql new file mode 100644 index 00000000000..9de3457708f --- /dev/null +++ b/sql/updates/world/3.3.5/2017_01_09_03_world_335.sql @@ -0,0 +1,22 @@ +-- ============================= +-- Cleanup Wendigo in Dun Morogh +-- ============================= +DELETE FROM `creature` WHERE `guid` IN (3583, 3551, 3554, 3261, 3262, 3548, 3552, 3255, 3558, 3257, 3258, 3578, 3574, 3566, 3565, 3567, 3573, 3239, 3243, 3246, 3137, 3570); +DELETE FROM `creature_addon` WHERE `guid` IN (3583, 3551, 3554, 3261, 3262, 3548, 3552, 3255, 3558, 3257, 3258, 3578, 3574, 3566, 3565, 3567, 3573, 3239, 3243, 3246, 3137, 3570); + +-- =================================================== +-- Spawn Cleanups in Shadowglen (Night Elf Start Area) +-- =================================================== +UPDATE `creature` SET `position_x` = 10351.280273, `position_y` = 657.048523, `position_z` = 1329.953857, `orientation` = 5.177292 WHERE `guid` = 49568; +UPDATE `creature` SET `position_x` = 10340.298828, `position_y` = 615.088806, `position_z` = 1331.572998, `orientation` = 4.970732 WHERE `guid` = 49564; +UPDATE `creature` SET `position_x` = 10661.814453, `position_y` = 917.384399, `position_z` = 1321.113159, `orientation` = 5.929706 WHERE `guid` = 47062; +UPDATE `creature` SET `position_x` = 10839.787109, `position_y` = 914.243347, `position_z` = 1335.780151, `orientation` = 5.228345 WHERE `guid` = 47002; +UPDATE `creature` SET `position_x` = 10920.755859, `position_y` = 930.499390, `position_z` = 1321.458130, `orientation` = 0.737440 WHERE `guid` = 47053; +UPDATE `creature` SET `position_x` = 10951.365234, `position_y` = 970.038452, `position_z` = 1329.072388, `orientation` = 0.380083 WHERE `guid` = 47029; +UPDATE `creature` SET `position_x` = 10854.833008, `position_y` = 970.725464, `position_z` = 1336.109009, `orientation` = 3.734515 WHERE `guid` = 47018; +UPDATE `creature` SET `position_x` = 10839.347656, `position_y` = 951.701233, `position_z` = 1335.822388, `orientation` = 3.686607 WHERE `guid` = 47262; +DELETE FROM `creature` WHERE `guid` IN (47011, 47013, 47014, 47015, 47059, 47058, 46996, 47024, 47005, 47007, 46968, 47019, 47022, 47269, 47271, 47020, 47270); +DELETE FROM `creature_addon` WHERE `guid` IN (47011, 47013, 47014, 47015, 47059, 47058, 46996, 47024, 47005, 47007, 46968, 47019, 47022, 47269, 47271, 47020, 47270); + +-- some inhabittypefixes for flying creatures +UPDATE `creature_template` SET `InhabitType`=4 WHERE `entry` IN (6141,4015,2830); |