aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2014-03-30 10:07:57 +0200
committerAokromes <Aokromes@users.noreply.github.com>2014-03-30 10:07:57 +0200
commitefa6bf857b50adc3df38daa0cf4ddcaab0ae702a (patch)
tree70eb44c2f2ea37b94baa18b4082353ae068697a9
parentdfca19444acd1fbed69907c790255e67da5bbecd (diff)
DB/Gameevent: Fix Noblegarden start date acording ingame calendar
NOTE This is only valid for wow 3.3.5a
-rw-r--r--sql/updates/world/2014_03_30_00_world_game_event_335.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_03_30_00_world_game_event_335.sql b/sql/updates/world/2014_03_30_00_world_game_event_335.sql
new file mode 100644
index 00000000000..fd29efaf072
--- /dev/null
+++ b/sql/updates/world/2014_03_30_00_world_game_event_335.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `game_event` SET `start_time`='2013-04-20 00:01:00' WHERE `eventEntry`=9;