From 592f4c45c4b04b9364db8d4ea135e779139495b2 Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 10 Dec 2019 19:43:01 +0100 Subject: DB/Creature: [DND]Azeroth Children's Week Trigger --- sql/updates/world/3.3.5/2019_12_10_07_world_335.sql | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_12_10_07_world_335.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2019_12_10_07_world_335.sql b/sql/updates/world/3.3.5/2019_12_10_07_world_335.sql new file mode 100644 index 00000000000..b876d658f9e --- /dev/null +++ b/sql/updates/world/3.3.5/2019_12_10_07_world_335.sql @@ -0,0 +1,12 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (120641, 120642, 120643); +INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`) VALUES +(120641, 34281, 1, 1, 1, 0, 0, -963.143, -3766.15, 5.37971, 0, 180, 0, 0, 0, 0, 0), +(120642, 34281, 1, 1, 1, 0, 0, -997.826, -3822.7, 5.42039, 0, 180, 0, 0, 0, 0, 0), +(120643, 34281, 1, 1, 1, 0, 0, 9934.07, 2501.45, 1317.91, 0, 180, 0, 0, 0, 0, 0); + +DELETE FROM `game_event_creature` WHERE `guid` IN (120641, 120642, 120643); +INSERT INTO `game_event_creature` (`eventEntry`,`guid`) VALUES +(10,120641), +(10,120642), +(10,120643); -- cgit v1.2.3