aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2020-04-06 19:22:52 +0200
committerKillyana <morphone1@gmail.com>2020-04-06 19:22:52 +0200
commit09b22fd4a50ec8cde19c449dade69d9e52d34e78 (patch)
tree72ff965b543cd20b3f7a971da3493fd283b7a5cf
parent46d38526a975b656b03f4068a82714fabcb883d4 (diff)
DB/GameObject: Link "Floating, Medium - MFF" gobs to Midsummer Fire Festival
Closes #24400
-rw-r--r--sql/updates/world/3.3.5/2020_04_06_01_world.sql29
1 files changed, 29 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_04_06_01_world.sql b/sql/updates/world/3.3.5/2020_04_06_01_world.sql
new file mode 100644
index 00000000000..18fb9a6cd07
--- /dev/null
+++ b/sql/updates/world/3.3.5/2020_04_06_01_world.sql
@@ -0,0 +1,29 @@
+--
+DELETE FROM `game_event_gameobject` WHERE `eventEntry`=1 AND `guid` IN (26524, 17910, 17911, 17912, 17913, 17914, 17915, 20971, 20974, 20979, 20982, 26596, 26703, 26704, 27039, 27265, 27272, 27307, 27311, 27314, 27318, 27319, 27320, 27321, 27552, 27554);
+INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES
+(1, 26524),
+(1, 17910),
+(1, 17911),
+(1, 17912),
+(1, 17913),
+(1, 17914),
+(1, 17915),
+(1, 20971),
+(1, 20974),
+(1, 20979),
+(1, 20982),
+(1, 26596),
+(1, 26703),
+(1, 26704),
+(1, 27039),
+(1, 27265),
+(1, 27272),
+(1, 27307),
+(1, 27311),
+(1, 27314),
+(1, 27318),
+(1, 27319),
+(1, 27320),
+(1, 27321),
+(1, 27552),
+(1, 27554);