mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-16 00:36:07 +00:00
10
data/sql/updates/db_world/2022_12_06_45.sql
Normal file
10
data/sql/updates/db_world/2022_12_06_45.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
-- DB update 2022_12_06_44 -> 2022_12_06_45
|
||||
--
|
||||
DELETE FROM `game_event` WHERE `eventEntry` IN (75, 76) AND `description` LIKE '%Arena Season%';
|
||||
INSERT INTO `game_event` (`eventEntry`, `description`) VALUES
|
||||
(75, 'Arena Season 1'),
|
||||
(76, 'Arena Season 2');
|
||||
DELETE FROM `game_event_arena_seasons` WHERE `eventEntry` IN (75, 76) AND `season` IN (1, 2);
|
||||
INSERT INTO `game_event_arena_seasons` (`eventEntry`, `season`) VALUES
|
||||
(75, 1),
|
||||
(76, 2);
|
||||
Reference in New Issue
Block a user