diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2014-03-30 16:45:59 +0200 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-03-30 16:45:59 +0200 |
| commit | b84903a250b42a8629cdbca3c291a65e5a2ec235 (patch) | |
| tree | 485f48f23ba3e849baa256e0bc5fac00965bc8bb | |
| parent | b949d0b982e63032d2eca4cfc8be8b9b2e98c868 (diff) | |
DB/Gameevent: Fix typo
| -rw-r--r-- | sql/updates/world/2014_03_30_02_world_game_event_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2014_03_30_02_world_game_event_335.sql b/sql/updates/world/2014_03_30_02_world_game_event_335.sql new file mode 100644 index 00000000000..fd29efaf072 --- /dev/null +++ b/sql/updates/world/2014_03_30_02_world_game_event_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `game_event` SET `start_time`='2013-04-20 00:01:00' WHERE `eventEntry`=9; |
