mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-28 06:25:55 +00:00
fix(DB/Creature): Sniffed Values for 'Chapman' spawns (#24839)
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
-- Update creature 'Chapman' with sniffed values
|
||||
-- updated spawns
|
||||
DELETE FROM `creature` WHERE (`id1` IN (34382)) AND (`guid` IN (240228, 240229, 240251, 240252, 240253, 240254, 240255, 240256, 240257, 240258));
|
||||
INSERT INTO `creature` (`guid`, `id1`, `map`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES
|
||||
(240228, 34382, 1, 1, 1, 1, 1179.814208984375, -4461.45654296875, 21.46875, 1.326450228691101074, 120, 0, 0, 0, 0, 0, "", 51943, 1, NULL),
|
||||
(240229, 34382, 0, 1, 1, 1, -9332.0263671875, 179.579864501953125, 61.80413055419921875, 4.468042850494384765, 120, 0, 0, 0, 0, 0, "", 51943, 1, NULL),
|
||||
(240251, 34382, 571, 1, 1, 1, 5850.04931640625, 766.30731201171875, 640.9990234375, 4.468042850494384765, 120, 0, 0, 0, 0, 0, "", 46248, 1, NULL),
|
||||
(240252, 34382, 0, 1, 1, 1, 1806.5382080078125, 219.423614501953125, 60.46582794189453125, 1.65806281566619873, 120, 0, 0, 0, 0, 0, "", 51943, 1, NULL),
|
||||
(240253, 34382, 530, 1, 1, 1, 9409.1982421875, -6837.9130859375, 16.3055572509765625, 3.630284786224365234, 120, 0, 0, 0, 0, 0, "", 51943, 1, NULL),
|
||||
(240254, 34382, 1, 1, 1, 1, 10047.9189453125, 2119.15625, 1329.9794921875, 3.176499128341674804, 120, 0, 0, 0, 0, 0, "", 51943, 1, NULL),
|
||||
(240255, 34382, 1, 1, 1, 1, -978.0225830078125, -72.6458358764648437, 19.29324531555175781, 0.401425719261169433, 120, 0, 0, 0, 0, 0, "", 46368, 1, NULL),
|
||||
(240256, 34382, 530, 1, 1, 1, -4312.234375, -12449.03515625, 17.73958396911621093, 5.654866695404052734, 120, 0, 0, 0, 0, 0, "", 51943, 1, NULL),
|
||||
(240257, 34382, 530, 1, 1, 1, -1788.236083984375, 4925.75244140625, -21.6491146087646484, 2.460914134979248046, 120, 0, 0, 0, 0, 0, "", 51943, 1, NULL),
|
||||
(240258, 34382, 0, 1, 1, 1, -5147.53466796875, -853.826416015625, 508.66314697265625, 0.698131680488586425, 120, 0, 0, 0, 0, 0, "", 51943, 1, NULL);
|
||||
|
||||
-- enable all spawns for eventEntry 51
|
||||
DELETE FROM `game_event_creature` WHERE (`eventEntry` = 51) AND (`guid` IN (SELECT `guid` FROM `creature` WHERE `id1` IN (34382)));
|
||||
INSERT INTO `game_event_creature` (SELECT 51, `guid` FROM `creature` WHERE `id1` IN (34382));
|
||||
Reference in New Issue
Block a user