diff options
-rw-r--r-- | sql/updates/world/2012_02_05_03_world_game_event.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2012_02_05_03_world_game_event.sql b/sql/updates/world/2012_02_05_03_world_game_event.sql index accc9643f38..157a2e9194c 100644 --- a/sql/updates/world/2012_02_05_03_world_game_event.sql +++ b/sql/updates/world/2012_02_05_03_world_game_event.sql @@ -1 +1 @@ -UPDATE `game_event` SET `lenght`=20160 WHERE `eventEntry`=8; -- Love is in the Air +UPDATE `game_event` SET `length`=20160 WHERE `eventEntry`=8; -- Love is in the Air |