fix(DB/Creature): Port spawns for 'Captive Child' from Mangos (#17626)

This commit is contained in:
avarishd
2023-11-02 13:53:12 +02:00
committed by GitHub
parent a099059cc7
commit 9e10d1852e

View File

@@ -0,0 +1,19 @@
-- Captive Child
DELETE FROM `creature_addon` WHERE `guid`=78491;
DELETE FROM `creature` WHERE `id1` = 22314;
INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES
(78883, 22314, 0, 0, 530, 0, 0, 1, 1, 0, -2580.26, 5430.34, 28.0412, 3.735, 300, 0, 0, 42, 0, 0, 0, 0, 0, '', 0, 0, NULL),
(78884, 22314, 0, 0, 530, 0, 0, 1, 1, 0, -2579.23, 5430.93, 28.044, 2.28638, 300, 0, 0, 42, 0, 0, 0, 0, 0, '', 0, 0, NULL),
(78885, 22314, 0, 0, 530, 0, 0, 1, 1, 0, -2463.61, 5402, 2.12734, 5.3058, 300, 0, 0, 42, 0, 0, 0, 0, 0, '', 0, 0, NULL),
(78886, 22314, 0, 0, 530, 0, 0, 1, 1, 0, -2464.22, 5402.19, 2.16002, 0.575959, 300, 0, 0, 42, 0, 0, 0, 0, 0, '', 0, 0, NULL),
(78887, 22314, 0, 0, 530, 0, 0, 1, 1, 0, -2544.75, 5484.75, 8.3439, 5.53269, 300, 0, 0, 42, 0, 0, 0, 0, 0, '', 0, 0, NULL),
(78888, 22314, 0, 0, 530, 0, 0, 1, 1, 0, -2545.31, 5484.29, 8.3446, 0.226893, 300, 0, 0, 42, 0, 0, 0, 0, 0, '', 0, 0, NULL),
(78889, 22314, 0, 0, 530, 0, 0, 1, 1, 0, -2579.58, 5430.13, 28.0408, 5.46288, 300, 0, 0, 42, 0, 0, 0, 0, 0, '', 0, 0, NULL),
(78890, 22314, 0, 0, 530, 0, 0, 1, 1, 0, -2579.89, 5431.16, 28.0445, 6.17846, 300, 0, 0, 42, 0, 0, 0, 0, 0, '', 0, 0, NULL),
(78891, 22314, 0, 0, 530, 0, 0, 1, 1, 0, -2525.89, 5384.91, 28.0885, 1.01229, 300, 0, 0, 42, 0, 0, 0, 0, 0, '', 0, 0, NULL),
(78892, 22314, 0, 0, 530, 0, 0, 1, 1, 0, -2526.76, 5384.53, 28.0916, 2.21657, 300, 0, 0, 42, 0, 0, 0, 0, 0, '', 0, 0, NULL),
(78893, 22314, 0, 0, 530, 0, 0, 1, 1, 0, -2526.22, 5384.38, 28.0895, 1.37881, 300, 0, 0, 42, 0, 0, 0, 0, 0, '', 0, 0, NULL),
(78894, 22314, 0, 0, 530, 0, 0, 1, 1, 0, -2525.42, 5384.26, 28.0864, 4.76475, 300, 0, 0, 42, 0, 0, 0, 0, 0, '', 0, 0, NULL),
(78895, 22314, 0, 0, 530, 0, 0, 1, 1, 0, -2525.61, 5383.78, 28.0869, 4.46804, 300, 0, 0, 42, 0, 0, 0, 0, 0, '', 0, 0, NULL),
(78896, 22314, 0, 0, 530, 0, 0, 1, 1, 0, -2526.51, 5383.79, 28.0903, 3.19395, 300, 0, 0, 42, 0, 0, 0, 0, 0, '', 0, 0, NULL);