From f869c17da5756d27319e8ce6b51eca0b2ab5cb64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefano=20Borz=C3=AC?= Date: Wed, 6 Jan 2021 22:18:04 +0100 Subject: [PATCH] fix(DB/Creature): position of guid 17952 (#4117) --- .../sql/updates/pending_db_world/rev_1609414989791132104.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1609414989791132104.sql diff --git a/data/sql/updates/pending_db_world/rev_1609414989791132104.sql b/data/sql/updates/pending_db_world/rev_1609414989791132104.sql new file mode 100644 index 000000000..8a25845ba --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1609414989791132104.sql @@ -0,0 +1,5 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1609414989791132104'); +DELETE FROM `creature` WHERE (`id` = 1766) AND (`guid` IN (17952)); +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 +(17952, 1766, 0, 0, 0, 1, 1, 246, 0, 1016.2447, 1489.1141, 41.584156, 0.199946, 275, 5, 0, 222, 0, 1, 0, 0, 0, '', 0); +