From 03c470d8bb6b51d51ce1022bf989f6b7d8691c47 Mon Sep 17 00:00:00 2001 From: schell244 Date: Fri, 19 Nov 2021 02:38:01 +0100 Subject: [PATCH] fix(DB/Creature): restore deleted spawns (#9250) --- .../updates/pending_db_world/rev_1637271386614261100.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1637271386614261100.sql diff --git a/data/sql/updates/pending_db_world/rev_1637271386614261100.sql b/data/sql/updates/pending_db_world/rev_1637271386614261100.sql new file mode 100644 index 000000000..25fdd2228 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1637271386614261100.sql @@ -0,0 +1,6 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1637271386614261100'); + +DELETE FROM `creature` WHERE `guid` IN (201207, 201208); +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 +(201207,2110,631,0,0,15,1,0,0,16.1163,2211.13,30.199,0.679835,86400,0,0,1,0,0,0,0,0,'',0), +(201208,38054,631,0,0,15,1,0,0,-46.5868,2251.06,30.7375,3.83972,86400,0,0,17880,8814,0,0,0,0,'',0);