mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Creature) Locate some Death Knight Initiates on their sniffed spawn points. (#21825)
This commit is contained in:
12
data/sql/updates/pending_db_world/Dk_Initiates.sql
Normal file
12
data/sql/updates/pending_db_world/Dk_Initiates.sql
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
-- Add sniffed Spawn Points
|
||||
DELETE FROM `creature` WHERE (`id1` = 28406) AND (`guid` IN (129520, 129529, 129530, 129531, 129532, 129546, 129547, 129556));
|
||||
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
|
||||
(129520, 28406, 0, 0, 609, 0, 0, 1, 1, 1, 2469.459, -5533.3403, 376.8952, 3.19189, 360, 0, 0, 2614, 2117, 0, 0, 0, 0, '', 0, 0, NULL),
|
||||
(129529, 28406, 0, 0, 609, 0, 0, 1, 1, 1, 2493.829, -5531.332, 377.083, 2.49582, 360, 0, 0, 2614, 2117, 0, 0, 0, 0, '', 0, 0, NULL),
|
||||
(129530, 28406, 0, 0, 609, 0, 0, 1, 1, 1, 2474.5474, -5522.6885, 377.00928, 3.63739, 360, 0, 0, 2614, 2117, 0, 0, 0, 0, '', 0, 0, NULL),
|
||||
(129531, 28406, 0, 0, 609, 0, 0, 1, 1, 1, 2518.1133, -5568.4004, 376.9441, 3.37271, 360, 0, 0, 2614, 2117, 0, 0, 0, 0, '', 0, 0, NULL),
|
||||
(129532, 28406, 0, 0, 609, 0, 0, 1, 1, 1, 2510.0383, -5546.9937, 376.8782, 4.39138, 360, 0, 0, 2614, 2117, 0, 0, 0, 0, '', 0, 0, NULL),
|
||||
(129546, 28406, 0, 0, 609, 0, 0, 1, 1, 1, 2522.7532, -5606.5684, 376.9888, 4.30544, 360, 0, 0, 2614, 2117, 0, 0, 0, 0, '', 0, 0, NULL),
|
||||
(129547, 28406, 0, 0, 609, 0, 0, 1, 1, 1, 2529.3845, -5609.54, 376.9062, 3.82869, 360, 0, 0, 2614, 2117, 0, 0, 0, 0, '', 0, 0, NULL),
|
||||
(129556, 28406, 0, 0, 609, 0, 0, 1, 1, 1, 2531.928, -5607.453, 377.01587, 4.88692, 360, 0, 0, 2614, 2117, 0, 0, 0, 0, '', 0, 0, NULL);
|
||||
Reference in New Issue
Block a user