mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
Merge pull request #6215 from Vincent-Michael/game_event
[DB/GameEvent] Add missing Game Event - Pilgrim's Bounty
This commit is contained in:
4
sql/updates/world/2012_04_16_00_world_game_event.sql
Normal file
4
sql/updates/world/2012_04_16_00_world_game_event.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
SET @Event = 26; -- Pilgrim's Bounty
|
||||
DELETE FROM `game_event` WHERE `eventEntry`=@Event;
|
||||
INSERT INTO `game_event` (`eventEntry`,`start_time`,`end_time`,`occurence`,`length`,`holiday`,`description`,`world_event`) VALUES
|
||||
(@Event,'2012-11-18 01:00:00','2020-12-31 05:00:00',525600,10020,404,'Pilgrim\'s Bounty',0);
|
||||
Reference in New Issue
Block a user