fix(DB/creature): add 8 spawns for Giant Webwood Spider (#8137)

This commit is contained in:
syssneck 2021-10-08 11:42:14 +02:00 committed by GitHub
parent 731c9d6f92
commit 49817f222d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,13 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1632847156889213161');
-- Adds 8 Giant Webwood Spider spawns
DELETE FROM `creature` WHERE `id` = 2001 AND `guid` IN (209189, 209190, 209191, 209192, 209193, 209194, 209195, 209196);
INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`) VALUES
(209189, 2001, 1, 0, 0, 1, 1, 6808, 0, 10920, 1434, 1303.6, 2.8, 300, 5, 0, 198, 0, 1, 0, 0, 0, '', 0),
(209190, 2001, 1, 0, 0, 1, 1, 6808, 0, 10885, 1393, 1317, 1.5, 300, 5, 0, 198, 0, 1, 0, 0, 0, '', 0),
(209191, 2001, 1, 0, 0, 1, 1, 6808, 0, 10937, 1401, 1313.7, 0.1, 300, 5, 0, 198, 0, 1, 0, 0, 0, '', 0),
(209192, 2001, 1, 0, 0, 1, 1, 6808, 0, 10847, 1462, 1307.2, 5.6, 300, 5, 0, 198, 0, 1, 0, 0, 0, '', 0),
(209193, 2001, 1, 0, 0, 1, 1, 6808, 0, 10797, 1734, 1314.6, 5.9, 300, 5, 0, 198, 0, 1, 0, 0, 0, '', 0),
(209194, 2001, 1, 0, 0, 1, 1, 6808, 0, 10970, 1824, 1330.3, 3.8, 300, 5, 0, 198, 0, 1, 0, 0, 0, '', 0),
(209195, 2001, 1, 0, 0, 1, 1, 6808, 0, 10834, 1824, 1341.3, 1.3, 300, 5, 0, 198, 0, 1, 0, 0, 0, '', 0),
(209196, 2001, 1, 0, 0, 1, 1, 6808, 0, 10972, 1386, 1321.6, 2.6, 300, 5, 0, 198, 0, 1, 0, 0, 0, '', 0);