fix(DB/Creature): Sniffed Values for 'Raging Soul' spawns (#20204)

This commit is contained in:
sudlud
2024-10-14 21:55:54 +02:00
committed by GitHub
parent 85c4356cc4
commit 961e603ac4

View File

@@ -0,0 +1,10 @@
-- Update creature 'Raging Soul' with sniffed values
-- new spawns
DELETE FROM `creature` WHERE (`id1` IN (18506))
AND (`guid` IN (12707, 12708, 12709, 12710));
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
(12707, 18506, 558, 3, 1, 0, 48.44750595092773437, -170.952972412109375, 15.11065673828125, 6.016101837158203125, 7200, 0, 0, 0, 0, 0, "", 46368, 1, NULL),
(12708, 18506, 558, 3, 1, 0, 60.22912216186523437, -165.152603149414062, 15.32995414733886718, 3.326717376708984375, 7200, 0, 0, 0, 0, 0, "", 46368, 1, NULL),
(12709, 18506, 558, 3, 1, 0, 67.13529205322265625, -160.446762084960937, 15.37751579284667968, 0.466603010892868041, 7200, 0, 0, 0, 0, 0, "", 52237, 1, NULL),
(12710, 18506, 558, 3, 1, 0, 69.42613983154296875, -157.7301025390625, 15.39217567443847656, 3.025804519653320312, 7200, 10, 1, 0, 0, 0, "", 52237, 1, NULL);