From 782235aa83e6728a16b7bde4b543b5eafae69821 Mon Sep 17 00:00:00 2001 From: Ragelezz <69433539+Ragelezz@users.noreply.github.com> Date: Sun, 17 Oct 2021 14:54:10 +0300 Subject: [PATCH] fix(DB\Creature): Longsnout spawns (#8211) --- .../pending_db_world/rev_1633175453141992100.sql | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1633175453141992100.sql diff --git a/data/sql/updates/pending_db_world/rev_1633175453141992100.sql b/data/sql/updates/pending_db_world/rev_1633175453141992100.sql new file mode 100644 index 000000000..ec0a23322 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1633175453141992100.sql @@ -0,0 +1,11 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1633175453141992100'); + +DELETE FROM `creature` WHERE `id`=119 AND `guid` IN (3110417, 3110419, 3110416, 3110421, 3110420, 3110418); +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 +(3110417, 119, 0, 0, 0, 1, 1, 0, 0, -9768.05, 615.642, 35.228, 0.933077, 300, 0, 0, 198, 0, 0, 0, 0, 0, '', 0), +(3110419, 119, 0, 0, 0, 1, 1, 0, 0, -9862.54, 715.2, 30.3827, 2.47246, 300, 0, 0, 198, 0, 0, 0, 0, 0, '', 0), +(3110416, 119, 0, 0, 0, 1, 1, 0, 0, -9803.8, 655.994, 34.7701, 5.34544, 300, 0, 0, 198, 0, 0, 0, 0, 0, '', 0), +(3110421, 119, 0, 0, 0, 1, 1, 0, 0, -9855.29, 604.67, 39.0587, 0.494036, 300, 0, 0, 198, 0, 0, 0, 0, 0, '', 0), +(3110420, 119, 0, 0, 0, 1, 1, 0, 0, -9912.11, 675.351, 33.5168, 4.53256, 300, 0, 0, 198, 0, 0, 0, 0, 0, '', 0), +(3110418, 119, 0, 0, 0, 1, 1, 0, 0, -9771.7, 700.888, 27.584, 1.47029, 300, 0, 0, 222, 0, 0, 0, 0, 0, '', 0); +