DB/GameEvent: Fix start time for Pilgrams Bounty.

Closes #8261
This commit is contained in:
Malcrom
2012-11-13 10:48:03 -03:30
parent 11d8ab260c
commit b5a696ca2a

View File

@@ -0,0 +1,2 @@
-- Pilgrim's Bounty start time fix
UPDATE `game_event` SET `start_time`= '2012-11-18 01:00:00' WHERE `eventEntry`=26;