From 49817f222d2c71fbaead1cf73abb9eadc06936f0 Mon Sep 17 00:00:00 2001 From: syssneck <68868567+syssneck@users.noreply.github.com> Date: Fri, 8 Oct 2021 11:42:14 +0200 Subject: [PATCH] fix(DB/creature): add 8 spawns for Giant Webwood Spider (#8137) --- .../pending_db_world/rev_1632847156889213161.sql | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1632847156889213161.sql diff --git a/data/sql/updates/pending_db_world/rev_1632847156889213161.sql b/data/sql/updates/pending_db_world/rev_1632847156889213161.sql new file mode 100644 index 000000000..c433c0451 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1632847156889213161.sql @@ -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);