diff options
author | Killyana <morphone1@gmail.com> | 2019-12-11 18:50:24 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-19 01:28:44 +0100 |
commit | 5d3bc45dae2fbf3d4205a18823f292635d4add74 (patch) | |
tree | 925170d158d8b196ed6d802684f86fd908e4242a | |
parent | 5004a8a4ec26d1f0934a598c016f9026321d176f (diff) |
DB/Creature: Trag Highmountain
(cherry picked from commit 8ac01a07a053ee8251bb573c5687e4e7bea97194)
-rw-r--r-- | sql/updates/world/master/2021_12_18_89_world_2019_12_11_00_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_18_89_world_2019_12_11_00_world.sql b/sql/updates/world/master/2021_12_18_89_world_2019_12_11_00_world.sql new file mode 100644 index 00000000000..859223edc3b --- /dev/null +++ b/sql/updates/world/master/2021_12_18_89_world_2019_12_11_00_world.sql @@ -0,0 +1,9 @@ +-- +UPDATE `creature_template` SET `unit_flags`=`unit_flags`|768 WHERE `entry` IN (35984,35462,30281); +DELETE FROM `creature` WHERE `guid` IN (120675); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(120675, 35462, 571, '0', 0, 0, 1, 8479.33, 925.866, 547.417, 4.64556, 180, 0, 0, 0, 0, 0); +DELETE FROM `creature_formations` WHERE `leaderGUID` IN (86812); +INSERT INTO `creature_formations` (`leaderGUID`,`memberGUID`,`dist`,`angle`,`groupAI`,`point_1`,`point_2`) VALUES +(86812,86812,0,0,515,0,0), +(86812,120675,3,270,515,0,0); |