aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGooyeth <Gooyeth@users.noreply.github.com>2018-04-04 02:49:12 +0200
committerKillyana <morphone1@gmail.com>2018-04-04 02:49:12 +0200
commit6464420b27d3b1e3f47bb79f95206f4ddf188f9d (patch)
tree31e98e5ff7299bde9566a3fcd566df01a9a10bdb
parent3f09484c821d52208ec5591bcdf7cb941a0cb078 (diff)
DB/Vendor: link some Arena vendors to the season
Closes #21749
-rw-r--r--sql/updates/world/3.3.5/2018_04_04_08_world_335.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_04_04_08_world_335.sql b/sql/updates/world/3.3.5/2018_04_04_08_world_335.sql
new file mode 100644
index 00000000000..9db838f6f1f
--- /dev/null
+++ b/sql/updates/world/3.3.5/2018_04_04_08_world_335.sql
@@ -0,0 +1,8 @@
+--
+DELETE FROM `game_event_creature` WHERE (`eventEntry`=55 AND `guid`=70996) OR (`eventEntry`=56 AND `guid` IN (75914, 79018, 75475, 88156));
+INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES
+(55, 70996),
+(56, 75914),
+(56, 79018),
+(56, 75475),
+(56, 88156);