From 91d23c70a07d9e6ee1da9a03fabeb98f798c4a9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefano=20Borz=C3=AC?= Date: Sun, 11 Apr 2021 12:03:51 +0200 Subject: [PATCH] fix(DB/Spawn): move spawn because it was under the earth (#5122) --- .../updates/pending_db_world/rev_1617475678754474649.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1617475678754474649.sql diff --git a/data/sql/updates/pending_db_world/rev_1617475678754474649.sql b/data/sql/updates/pending_db_world/rev_1617475678754474649.sql new file mode 100644 index 000000000..74602dbcb --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1617475678754474649.sql @@ -0,0 +1,6 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1617475678754474649'); + +DELETE FROM `creature` WHERE (`id` = 2960) AND (`guid` IN (25623)); +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 +(25623, 2960, 1, 0, 0, 1, 1, 161, 0, -718.670898, -677.328979, -15.930156, 5.17604, 250, 20, 0, 176, 0, 1, 0, 0, 0, '', 0); +