From 358c757966fbdb13d8b39fe76553aa540c1cc878 Mon Sep 17 00:00:00 2001 From: Alexandru C Date: Fri, 2 Jul 2021 14:19:45 +0300 Subject: [PATCH] fix(DB/creature): Gray Bear no longer spawned underground (#6571) --- .../sql/updates/pending_db_world/rev_1624633710255818800.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1624633710255818800.sql diff --git a/data/sql/updates/pending_db_world/rev_1624633710255818800.sql b/data/sql/updates/pending_db_world/rev_1624633710255818800.sql new file mode 100644 index 000000000..c897eb2fd --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1624633710255818800.sql @@ -0,0 +1,5 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1624633710255818800'); + +DELETE FROM `creature` WHERE (`id` = 2351) AND (`guid` IN (15226)); +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 +(15226, 2351, 0, 0, 0, 1, 1, 806, 0, 216.317, -991.876, 77.72, 3.22886, 300, 5, 0, 677, 0, 1, 0, 0, 0, '', 0);