From 41e37f2dd614a01e70293a998951bf02901a07c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefano=20Borz=C3=AC?= Date: Sun, 11 Apr 2021 12:04:07 +0200 Subject: [PATCH] fix(DB/Spawn): move spawn over the ground (#5141) --- .../updates/pending_db_world/rev_1617612991251140137.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1617612991251140137.sql diff --git a/data/sql/updates/pending_db_world/rev_1617612991251140137.sql b/data/sql/updates/pending_db_world/rev_1617612991251140137.sql new file mode 100644 index 000000000..100c019f9 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1617612991251140137.sql @@ -0,0 +1,6 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1617612991251140137'); + +DELETE FROM `creature` WHERE (`id` = 3273) AND (`guid` IN (20534)); +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 +(20534, 3273, 1, 0, 0, 1, 1, 9443, 1, 1.525501, -1759.818481, 95.022011, 1.5666, 275, 0, 0, 253, 264, 0, 0, 0, 0, '', 0); +