From 1b7efadd5f66ee748ef0a5a1986efd3d6e096bf4 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Wed, 3 Feb 2021 02:20:09 +0100 Subject: [PATCH] fix(DB/Creature): Add spirit healer to gy 1318 (#4371) * https://github.com/TrinityCore/TrinityCore/commit/acb3999bb8bc289461e9fccad04e3e4a6fd2fddb Co-Authored-By: ModoX Co-authored-by: ModoX --- .../sql/updates/pending_db_world/rev_1611937625874584000.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1611937625874584000.sql diff --git a/data/sql/updates/pending_db_world/rev_1611937625874584000.sql b/data/sql/updates/pending_db_world/rev_1611937625874584000.sql new file mode 100644 index 000000000..72f7df98e --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1611937625874584000.sql @@ -0,0 +1,5 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1611937625874584000'); + +DELETE FROM `creature` WHERE `guid` = 15 AND `id` = 6491; +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `MovementType`) VALUES +(15, 6491, 571, 1, 1, 0, 0, 2002.7415771484375, 5938.0986328125, 37.18986129760742187, 5.934119224548339843, 300, 0, 0);