mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Creature: Skybreaker Lieutenant/Kor'kron Lieutenant
Spawn Kor'kron Lieutenant in the correct position for the horde
This commit is contained in:
9
sql/updates/world/3.3.5/2020_01_12_02_world.sql
Normal file
9
sql/updates/world/3.3.5/2020_01_12_02_world.sql
Normal file
@@ -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`, `spawnMask`, `phaseMask`, `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, 15, 1, 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)
|
||||
Reference in New Issue
Block a user