mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/GameEvents: Change Nights to start at 9 PM (21:00) instead 2 AM. Thanks Aokromes.
This commit is contained in:
2
sql/updates/world/2011_04_02_00_world_game_event.sql
Normal file
2
sql/updates/world/2011_04_02_00_world_game_event.sql
Normal 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;
|
||||
Reference in New Issue
Block a user