diff options
| author | Geodar <david.klepacek@seznam.cz> | 2012-09-22 11:26:59 +0200 |
|---|---|---|
| committer | Geodar <david.klepacek@seznam.cz> | 2012-09-22 11:26:59 +0200 |
| commit | a916227938ef66e8691debb383e0cc94a9111c29 (patch) | |
| tree | 29669ceeb14dfcaf2bd25566c373f1689de405c4 | |
| parent | e9a2b3f10e8f6108f1137be7357a44e9a1cff455 (diff) | |
[DB/GameEvents] Correct length of Brewfest event
Credits goes to nelegalno
Closes #7826
| -rw-r--r-- | sql/updates/world/2012_09_22_03_world_game_event.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2012_09_22_03_world_game_event.sql b/sql/updates/world/2012_09_22_03_world_game_event.sql new file mode 100644 index 00000000000..5e05ba03898 --- /dev/null +++ b/sql/updates/world/2012_09_22_03_world_game_event.sql @@ -0,0 +1,2 @@ +-- Brewfest (372) duration fix by nelegalno +UPDATE `game_event` SET `length` = 21600 WHERE `eventEntry` = 24; |
