From 2ec99b6a5d40639e12d34331b6645f3e78a728dd Mon Sep 17 00:00:00 2001 From: Azcobu <81782124+Azcobu@users.noreply.github.com> Date: Tue, 6 Jul 2021 21:46:43 +0930 Subject: [PATCH] fix(DB/Creature): motionless Silithid Harvester (#6668) --- .../updates/pending_db_world/rev_1625140998826519742.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1625140998826519742.sql diff --git a/data/sql/updates/pending_db_world/rev_1625140998826519742.sql b/data/sql/updates/pending_db_world/rev_1625140998826519742.sql new file mode 100644 index 000000000..9917f8311 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1625140998826519742.sql @@ -0,0 +1,6 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1625140998826519742'); + +-- Silithid Harvester - wander_distance to 15, MovementType to 1 +DELETE FROM `creature` WHERE `id` = 3253 AND `guid` = 51814; +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 +(51814, 3253, 1, 0, 0, 1, 1, 0, 0, -3122.22, -1741.87, 92.0056, 2.34818, 9900, 15, 0, 664, 0, 1, 0, 0, 0, '', 0);