DB/GameEvents: Change Nights to start at 9 PM (21:00) instead 2 AM. Thanks Aokromes.

This commit is contained in:
Nay
2011-04-02 01:24:57 +01:00
parent 1df9eacd90
commit a54713ec4b
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
-- Change Nights game event start time to 9 PM
UPDATE `game_event` SET `start_time`= '2008-01-02 21:00:00' WHERE `eventEntry`=25;