aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcrom <malcromdev@gmail.com>2012-11-13 10:48:03 -0330
committerMalcrom <malcromdev@gmail.com>2012-11-13 10:48:03 -0330
commitb5a696ca2a54b1cc6cedfa15cef0d62240f68df4 (patch)
tree698f7036e3242da8aca1a50e6d23931908adf1bd
parent11d8ab260c728d9226406fc4dd6dd912c89d9209 (diff)
DB/GameEvent: Fix start time for Pilgrams Bounty.
Closes #8261
-rw-r--r--sql/updates/world/2012_11_13_03_world_gameevent.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2012_11_13_03_world_gameevent.sql b/sql/updates/world/2012_11_13_03_world_gameevent.sql
new file mode 100644
index 00000000000..fbb24b863f2
--- /dev/null
+++ b/sql/updates/world/2012_11_13_03_world_gameevent.sql
@@ -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;