Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #6094 from Vincent-Michael/game_event
Browse files Browse the repository at this point in the history
Db/GameEvent: Fix start_time for Noblegarden and Children's Week
  • Loading branch information
Discover- committed Apr 7, 2012
2 parents e94a5dd + 59493a7 commit b06bb9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sql/updates/world/2012_04_07_01_world_game_event.sql
@@ -0,0 +1,2 @@
UPDATE `game_event` SET `start_time` = '2012-04-08 00:01:00' WHERE `eventEntry` =9; -- Noblegarden
UPDATE `game_event` SET `start_time` = '2012-04-29 00:01:00' WHERE `eventEntry` =10; -- Children's Week

0 comments on commit b06bb9e

Please sign in to comment.