diff options
author | Killyana <morphone1@gmail.com> | 2020-01-12 17:21:21 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-20 21:12:10 +0100 |
commit | c7137060addf5a1bb7cd03e70ea43aaae936c066 (patch) | |
tree | 2cc82e278d5874cac995800b80c1ac929500afc2 | |
parent | e091cbddb1c21f3f7dd201e66a14cac6a0ac300b (diff) |
DB/Creature: Skybreaker Lieutenant/Kor'kron Lieutenant
Spawn Kor'kron Lieutenant in the correct position for the horde
(cherry picked from commit 54c00ecca196c9e4eb6b11d245d7cee22def4cd9)
-rw-r--r-- | sql/updates/world/master/2021_12_20_11_world_2020_01_12_02_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_20_11_world_2020_01_12_02_world.sql b/sql/updates/world/master/2021_12_20_11_world_2020_01_12_02_world.sql new file mode 100644 index 00000000000..ce3594d1bfb --- /dev/null +++ b/sql/updates/world/master/2021_12_20_11_world_2020_01_12_02_world.sql @@ -0,0 +1,9 @@ +-- +DELETE FROM `spawn_group` WHERE `groupId` IN (57,58) AND `spawnId` IN (84090,208778); +INSERT INTO `spawn_group` (`groupId`, `spawnType`, `spawnId`) VALUES +(57, 0, 208778), +(58, 0, 84090); + +DELETE FROM `creature` WHERE `guid`=84090; +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 +(84090, 38491, 631, 4812, 0, '3,4,5,6', 0, 0, 1, -532.6129, 2151.1406, 199.9705, 3.294214, 7200, 0, 0, 1, 0, 0, 0, 0, 0, 12213); -- 38492 (Area: 0 - Difficulty: 0) |