mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Merge pull request #6094 from Vincent-Michael/game_event
Db/GameEvent: Fix start_time for Noblegarden and Children's Week
This commit is contained in:
2
sql/updates/world/2012_04_07_01_world_game_event.sql
Normal file
2
sql/updates/world/2012_04_07_01_world_game_event.sql
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user