From 5aad087d25421cdaa592b68e602e936e554c62e8 Mon Sep 17 00:00:00 2001 From: Nolt Date: Thu, 6 Jan 2022 02:50:36 +0100 Subject: [PATCH] Fix (DB\MOB): Mob Timberstrider Position (#10015) --- .../updates/pending_db_world/rev_1641340369241454365.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1641340369241454365.sql diff --git a/data/sql/updates/pending_db_world/rev_1641340369241454365.sql b/data/sql/updates/pending_db_world/rev_1641340369241454365.sql new file mode 100644 index 000000000..30ddbc6a1 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1641340369241454365.sql @@ -0,0 +1,6 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1641340369241454365'); + +#closes AC issue #9996 +DELETE FROM `creature` WHERE (`guid`=62817); +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 +(62817,17374,530,0,0,1,1,0,0,-3525.93,-12480.8,15.5967,4.46185,300,5,0,137,0,1,0,0,0,'',0); \ No newline at end of file