From 7d46e38928b46c4fa2b0e6556a5d49a04e445766 Mon Sep 17 00:00:00 2001 From: Vox Date: Wed, 10 Feb 2021 21:15:50 -0500 Subject: [PATCH] fix(DB/Creature): Set MovementType of Scourged Flamespitter to 'Idle' (#4525) --- .../sql/updates/pending_db_world/rev_1612936373912315500.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1612936373912315500.sql diff --git a/data/sql/updates/pending_db_world/rev_1612936373912315500.sql b/data/sql/updates/pending_db_world/rev_1612936373912315500.sql new file mode 100644 index 000000000..40bcdde22 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1612936373912315500.sql @@ -0,0 +1,5 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1612936373912315500'); + +DELETE FROM `creature` WHERE (`id` = 25582) AND (`guid` IN (118406)); +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 +(118406, 25582, 571, 0, 0, 1, 1, 23916, 0, 2191.93, 5401.03, 39.1387, 5.90105, 300, 0, 0, 6986, 2991, 0, 0, 0, 0, '', 0);