From 16bdc3da01a8c3635325555b5136097bc55cffb1 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sun, 5 Dec 2021 13:47:06 +0100 Subject: [PATCH] fix(DB/Quest): Great-father Winter is Here! (#9465) --- .../pending_db_world/rev_1638455217402525600.sql | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1638455217402525600.sql diff --git a/data/sql/updates/pending_db_world/rev_1638455217402525600.sql b/data/sql/updates/pending_db_world/rev_1638455217402525600.sql new file mode 100644 index 000000000..596ed64cf --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1638455217402525600.sql @@ -0,0 +1,11 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1638455217402525600'); + +UPDATE `creature_questender` SET `id` = 13445 WHERE `quest` IN (7021,7024); + +DELETE FROM `creature` WHERE `guid`=24 AND `id` = 13431; +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 +(24, 13431, 1, 0, 0, 1, 1, 0, 0, -1234.51, 73.4529, 129.591, 2.80998, 300, 0, 0, 1003, 0, 0, 0, 0, 0, '', 0); + +DELETE FROM `game_event_creature` WHERE `eventEntry` = 24 AND `guid` = 24; +INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES +(24, 24);