aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2020-04-06 19:22:52 +0200
committerShauren <shauren.trinity@gmail.com>2022-01-01 01:06:55 +0100
commit55ef3366bbd72de8be82c3bef2ac6e6acb5476d0 (patch)
tree5d54e84df801ca3988e412b9f267fb5afed3956d
parent14ca12931d596c63833c3e1f2cac20797da40b09 (diff)
DB/GameObject: Link "Floating, Medium - MFF" gobs to Midsummer Fire Festival
Closes #24400 (cherry picked from commit 09b22fd4a50ec8cde19c449dade69d9e52d34e78)
-rw-r--r--sql/updates/world/master/2021_12_31_20_world_2020_04_06_01_world.sql28
1 files changed, 28 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_31_20_world_2020_04_06_01_world.sql b/sql/updates/world/master/2021_12_31_20_world_2020_04_06_01_world.sql
new file mode 100644
index 00000000000..856060ff480
--- /dev/null
+++ b/sql/updates/world/master/2021_12_31_20_world_2020_04_06_01_world.sql
@@ -0,0 +1,28 @@
+--
+DELETE FROM `game_event_gameobject` WHERE `eventEntry`=1 AND `guid` IN (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, 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);