From a4cd022c48abbedaf90b32c0f30c0939ef310bdd Mon Sep 17 00:00:00 2001 From: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com> Date: Mon, 1 Aug 2022 16:40:38 -0400 Subject: [PATCH] fix(DB/Creature): Add Black Bear Pack northwest of the Ironforge Airfield. (#12564) --- data/sql/updates/pending_db_world/black-bear-pack.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 data/sql/updates/pending_db_world/black-bear-pack.sql diff --git a/data/sql/updates/pending_db_world/black-bear-pack.sql b/data/sql/updates/pending_db_world/black-bear-pack.sql new file mode 100644 index 000000000..173343c95 --- /dev/null +++ b/data/sql/updates/pending_db_world/black-bear-pack.sql @@ -0,0 +1,8 @@ +DELETE FROM `creature` WHERE `guid` IN (161044, 161045, 161046); +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`) VALUES +(161044, 1128, 0, 0, 0, 0, 0, 1, 1, 0, -4310.01, -1447.54, 400.56363, 3.93681, 120, 19, 0, 122, 0, 1, 0, 0, 0, '', 0), +(161045, 1128, 0, 0, 0, 0, 0, 1, 1, 0, -4293.55, -1431.15, 390.08798, 2.1588, 120, 13, 0, 144, 0, 1, 0, 0, 0, '', 0), +(161046, 1129, 0, 0, 0, 0, 0, 1, 1, 0, -4300.36, -1420.53, 391.496, 5.16617, 120, 0, 0, 144, 0, 0, 0, 0, 0, '', 0); + +DELETE FROM `creature_addon` WHERE `guid` = 161046; +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES (161046, 0, 0, 1, 0, 0, 0, NULL);