From 4eb8f5b0facf6a905fecf3aa747f9600729d6654 Mon Sep 17 00:00:00 2001 From: Killyana Date: Mon, 9 Dec 2019 22:03:58 +0100 Subject: DB/Creature: Spawn BG Portals in Wintergrasp Fortress --- sql/updates/world/3.3.5/2019_12_09_02_world.sql | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_12_09_02_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2019_12_09_02_world.sql b/sql/updates/world/3.3.5/2019_12_09_02_world.sql new file mode 100644 index 00000000000..a73aefa38c3 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_12_09_02_world.sql @@ -0,0 +1,9 @@ +-- +UPDATE `creature` SET `phaseMask`=64 WHERE `id` IN (32617,32619,32620,32623,32625); +DELETE FROM `creature` WHERE `guid` IN (120544, 120545, 120555, 120591, 120597); +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES +(120544, 32616, 571, 0, 0, 1, 128, 0, 0, 5415.12, 2811.42, 418.758, 2.32129, 120, 0, 0, 0, 0, 0, 0, 0, 0, 0), +(120545, 32618, 571, 0, 0, 1, 128, 0, 0, 5467.56, 2810.08, 418.758, 0.837758, 120, 0, 0, 0, 0, 0, 0, 0, 0, 0), +(120555, 32621, 571, 0, 0, 1, 128, 0, 0, 5407.84, 2819.29, 418.676, 0.471239, 120, 0, 0, 0, 0, 0, 0, 0, 0, 0), +(120591, 32622, 571, 0, 0, 1, 128, 0, 0, 5468.27, 2871.14, 418.758, 0, 120, 0, 0, 0, 0, 0, 0, 0, 0, 0), +(120597, 32624, 571, 0, 0, 1, 128, 0, 0, 5476.1, 2818.04, 418.758, 4.38078, 120, 0, 0, 0, 0, 0, 0, 0, 0, 0); -- cgit v1.2.3