diff options
author | Killyana <morphone1@gmail.com> | 2019-05-22 02:11:52 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-06 20:15:53 +0100 |
commit | 6f5a7613c6cd11b7091877d4355179f29388c45f (patch) | |
tree | ba528aeed2f485d4054349e3f18b0f5b01dd691b | |
parent | 88e45fbad8e69b9e4bc458ed927b9dd58f6091b4 (diff) |
DB/Creature: Death Watcher/Entropic Eye
(cherry picked from commit f8bb6eb14d9363204f0dc72df3458cf85a90b7e1)
-rw-r--r-- | sql/updates/world/master/2021_12_06_04_world_2019_05_21_08_world.sql | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_06_04_world_2019_05_21_08_world.sql b/sql/updates/world/master/2021_12_06_04_world_2019_05_21_08_world.sql new file mode 100644 index 00000000000..061f3b913e1 --- /dev/null +++ b/sql/updates/world/master/2021_12_06_04_world_2019_05_21_08_world.sql @@ -0,0 +1,23 @@ +-- +UPDATE `creature` SET MovementType=1, spawndist=10 WHERE `guid` IN (79481, 79486); +DELETE FROM `creature` WHERE `guid` IN (71669,71670,84841,84842) AND `id` IN (20868,20867); +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 +(71669, 20868, 552, 0, 0, '1,2', 0, 0, 0, 254.91, -125.087, -10.1232, 2.89044, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 0), +(71670, 20868, 552, 0, 0, '1,2', 0, 0, 0, 266.335, -187.128, -10.1051, 4.02795, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 0), +(84841, 20868, 552, 0, 0, '1,2', 0, 0, 0, 244.258, -156.479, -10.104, 4.38315, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 0), +(84842, 20867, 552, 0, 0, '1,2', 0, 0, 0, 254.91, -125.087, -10.1232, 2.89044, 7200, 10, 0, 0, 0, 1, 0, 0, 0, 0); + +DELETE FROM `pool_template` WHERE `entry` IN (573,574,575); +INSERT INTO `pool_template` (`entry`, `max_limit`, `description`) VALUES +(573, 1, "Death Watcher/Entropic Eye"), +(574, 1, "Death Watcher/Entropic Eye"), +(575, 1, "Death Watcher/Entropic Eye"); + +DELETE FROM `pool_creature` WHERE `pool_entry` IN (573,574,575); +INSERT INTO `pool_creature` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(84841,573, 0, "Death Watcher/Entropic Eye"), +(79481,573, 0, "Death Watcher/Entropic Eye"), +(84842,574, 0, "Death Watcher/Entropic Eye"), +(71669,574, 0, "Death Watcher/Entropic Eye"), +(71670,575, 0, "Death Watcher/Entropic Eye"), +(79486,575, 0, "Death Watcher/Entropic Eye"); |