From 9b2584b8a6c7056f0187af0b6f22bbf9c58c400d Mon Sep 17 00:00:00 2001 From: Stifler82 Date: Sun, 21 Feb 2021 17:19:09 +0000 Subject: [PATCH] fix(DB/Creature): Westfall Woodworker position (#4614) --- .../sql/updates/pending_db_world/rev_1613754823292962300.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1613754823292962300.sql diff --git a/data/sql/updates/pending_db_world/rev_1613754823292962300.sql b/data/sql/updates/pending_db_world/rev_1613754823292962300.sql new file mode 100644 index 000000000..d8c6ea3f6 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1613754823292962300.sql @@ -0,0 +1,5 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1613754823292962300'); + +DELETE FROM `creature` WHERE (`id` = 6670) AND (`guid` IN (45520)); +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 +(45520, 6670, 0, 0, 0, 1, 1, 3264, 1, -10635.487305, 1192.840332, 34.679794, 6.131781, 300, 0, 0, 102, 0, 0, 0, 0, 0, '', 0);