aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-12-10 19:43:01 +0100
committerKillyana <morphone1@gmail.com>2019-12-10 19:43:01 +0100
commit592f4c45c4b04b9364db8d4ea135e779139495b2 (patch)
tree51d83546c0ef0654f2db273ff0505dd1f42c1d5d /sql
parent5329d29ab388721ecc9773745790c99b096c1cda (diff)
DB/Creature: [DND]Azeroth Children's Week Trigger
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2019_12_10_07_world_335.sql12
1 files changed, 12 insertions, 0 deletions
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);