From a8643f27b20cfb3b70e07ab7bafea92d8fd79244 Mon Sep 17 00:00:00 2001 From: Nolt Date: Thu, 14 Oct 2021 13:23:26 +0200 Subject: [PATCH] fix(DB/Creature): Young Wetlands Crocolisk (#8353) --- .../updates/pending_db_world/rev_1633720750266072882.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1633720750266072882.sql diff --git a/data/sql/updates/pending_db_world/rev_1633720750266072882.sql b/data/sql/updates/pending_db_world/rev_1633720750266072882.sql new file mode 100644 index 000000000..42ece3e5a --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1633720750266072882.sql @@ -0,0 +1,6 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1633720750266072882'); + +##6209 fix Young Wetlands Crocolisk +DELETE FROM `creature` WHERE (`id` = 1417) AND (`guid` IN (10859)); +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 +(10859, 1417, 0, 0, 0, 1, 1, 1035, 0, -3142.84, -1901.37, 7.25187, 4.08753, 300, 10, 0, 531, 0, 1, 0, 0, 0, '', 0);