From 665760e0f8e8596a92e80bad24c3048f418ad1e6 Mon Sep 17 00:00:00 2001 From: "Jan M. D. Hansen" <53914190+jamadaha@users.noreply.github.com> Date: Thu, 7 Oct 2021 18:04:07 +0200 Subject: [PATCH] fix(DB/Creature): add spawn point and movement to Sister Riven (#8103) - Closes #7967 --- .../pending_db_world/rev_1632680088118540400.sql | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1632680088118540400.sql diff --git a/data/sql/updates/pending_db_world/rev_1632680088118540400.sql b/data/sql/updates/pending_db_world/rev_1632680088118540400.sql new file mode 100644 index 000000000..1152f1c57 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1632680088118540400.sql @@ -0,0 +1,11 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1632680088118540400'); + +DELETE FROM `creature` WHERE (`id` = 5930); +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 +(16400, 5930, 1, 406, 465, 1, 1, 10875, 0, 684.793, 1458.34, -12.6599, 0.93, 43200, 10, 0, 2196, 1512, 1, 0, 0, 0, '', 0), +(29213, 5930, 1, 406, 465, 1, 1, 10875, 0, 657.605, 1796.68, -13.2473, 3.28, 43200, 20, 0, 2196, 1512, 1, 0, 0, 0, '', 0); + +DELETE FROM `pool_creature` WHERE `guid` IN (16400, 29213); +INSERT INTO `pool_creature` (`guid`, `pool_entry`, `chance`, `description`) VALUES +(16400, 359, 0, 'Sister Riven Spawn 1'), +(29213, 359, 0, 'Sister Riven Spawn 2');