diff options
author | Killyana <morphone1@gmail.com> | 2019-08-05 19:27:57 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-18 15:45:22 +0100 |
commit | 5d5679bf15e4d310d0098e0cc65b3b4a03a49b48 (patch) | |
tree | c6b825af4a1bd973d4b49ea1372a55c7574d641e | |
parent | 98d2659fbdd4b115cec9a4b4e8e324f9bb803548 (diff) |
DB/Creature: Proto-Drake Corpse, Dead Drakerider & Dead Warbear
(cherry picked from commit 1d69f04c02645915089730c9afd79ce371d37ed5)
-rw-r--r-- | sql/updates/world/master/2021_12_18_14_world_2019_08_05_04_world.sql | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_18_14_world_2019_08_05_04_world.sql b/sql/updates/world/master/2021_12_18_14_world_2019_08_05_04_world.sql new file mode 100644 index 00000000000..2618f33f271 --- /dev/null +++ b/sql/updates/world/master/2021_12_18_14_world_2019_08_05_04_world.sql @@ -0,0 +1,12 @@ +-- +UPDATE `creature_template_addon` SET `bytes1`=50331648, `bytes2`=1, `auras`="29266" WHERE `entry` IN (29545,29571); +UPDATE `creature_template` SET `unit_flags`=`unit_flags`|768 WHERE `entry` IN (29545,29571,29585); +DELETE FROM `creature` WHERE `guid` IN (116133,116134,116135) AND `id` IN (29545,29571,29585); +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 +(116133, 29545, 571, 67, 0, '0', 0, 0, 0, 7199.461, -2373.582, 783.9456, 3.316126, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 29545 (Area: 0 - Difficulty: 0) (Auras: 29266 - 29266) +(116134, 29571, 571, 67, 0, '0', 0, 0, 1, 7275.04, -2358.114, 750.2308, 5.934119, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340), -- 29571 (Area: 0 - Difficulty: 0) (Auras: 29266 - 29266) +(116135, 29585, 571, 67, 0, '0', 0, 0, 0, 7061.15, -2122.69, 755.463, 4.79965, 120, 0, 0, 0, 0, 0, 0, 0, 0, 12340); -- 29585 (Area: 0 - Difficulty: 0) (Auras: 29266 - 29266) + +DELETE FROM `creature_template_addon` WHERE `entry` IN (29585); +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES +(29585, 0, 0, 50331648, 0, 0, '29266'); |