From e6611c0ea490783e1ad4ba30ee7175973c761f41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefano=20Borz=C3=AC?= Date: Sun, 11 Apr 2021 11:59:45 +0200 Subject: [PATCH] fix(DB/Creature): set movementType to 2 for Rageclaw (#5154) --- .../updates/pending_db_world/rev_1617634980911314885.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1617634980911314885.sql diff --git a/data/sql/updates/pending_db_world/rev_1617634980911314885.sql b/data/sql/updates/pending_db_world/rev_1617634980911314885.sql new file mode 100644 index 000000000..f66095578 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1617634980911314885.sql @@ -0,0 +1,6 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1617634980911314885'); + +DELETE FROM `creature` WHERE (`id` = 7318) AND (`guid` IN (46818)); +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 +(46818, 7318, 1, 0, 0, 1, 1, 6231, 1, 9843.19, 1496.22, 1257.25, 2.34654, 300, 0, 0, 186, 191, 2, 0, 0, 0, '', 0); +