From d45bc9b47ba413b48322b2365177723db2b1e44b Mon Sep 17 00:00:00 2001 From: Killyana Date: Wed, 29 May 2019 00:59:40 +0200 Subject: DB/Creature: Outland Children's Week Dark Portal Trigger (cherry picked from commit 2717b72f3e18788f0e02e38a847801b4d04155f1) --- sql/updates/world/master/2021_12_08_15_world_2019_05_29_01_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2021_12_08_15_world_2019_05_29_01_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2021_12_08_15_world_2019_05_29_01_world.sql b/sql/updates/world/master/2021_12_08_15_world_2019_05_29_01_world.sql new file mode 100644 index 00000000000..97a8c5fa579 --- /dev/null +++ b/sql/updates/world/master/2021_12_08_15_world_2019_05_29_01_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (107026) AND `id` IN (22833); +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `phaseId`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(107026, 22833, 530, 0, 0, '0', 0, 0, 1, -248.77, 962.568, 84.4228, 1.58825, 180, 0, 0, 6986, 0, 0, 0, 0, 0, 0); -- cgit v1.2.3