From 6464420b27d3b1e3f47bb79f95206f4ddf188f9d Mon Sep 17 00:00:00 2001 From: Gooyeth Date: Wed, 4 Apr 2018 02:49:12 +0200 Subject: DB/Vendor: link some Arena vendors to the season Closes #21749 --- sql/updates/world/3.3.5/2018_04_04_08_world_335.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/updates/world/3.3.5/2018_04_04_08_world_335.sql (limited to 'sql') 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); -- cgit v1.2.3