diff --git a/Horse Isle Server/Horse Isle Server/Server/Database.cs b/Horse Isle Server/Horse Isle Server/Server/Database.cs index d059435..252e759 100644 --- a/Horse Isle Server/Horse Isle Server/Server/Database.cs +++ b/Horse Isle Server/Horse Isle Server/Server/Database.cs @@ -901,7 +901,7 @@ namespace HISP.Server db.Open(); MySqlCommand sqlCommand = db.CreateCommand(); - sqlCommand.CommandText = "UPDATE userExt SET FreeMinutes=FreeMinutes+@minutes WHERE NOT FreeMinutes+@minutes > 360"; + sqlCommand.CommandText = "UPDATE userExt SET FreeMinutes=FreeMinutes+@minutes"; sqlCommand.Parameters.AddWithValue("@minutes", minutes); sqlCommand.Prepare(); sqlCommand.ExecuteNonQuery(); diff --git a/WebInterface/game-site/coconutbounce.swf b/WebInterface/game-site/coconutbounce.swf deleted file mode 100644 index 220eb30..0000000 Binary files a/WebInterface/game-site/coconutbounce.swf and /dev/null differ diff --git a/WebInterface/game-site/horseisle_projector.swf b/WebInterface/game-site/horseisle_projector.swf new file mode 100644 index 0000000..784919a Binary files /dev/null and b/WebInterface/game-site/horseisle_projector.swf differ diff --git a/WebInterface/game-site/php_fix_this_allready/horseisle.swf b/WebInterface/game-site/php_fix_this_allready/horseisle.swf new file mode 100644 index 0000000..d7efe45 Binary files /dev/null and b/WebInterface/game-site/php_fix_this_allready/horseisle.swf differ diff --git a/WebInterface/game-site/php_fix_this_allready/horseisle_patched.swf b/WebInterface/game-site/php_fix_this_allready/horseisle_patched.swf new file mode 100644 index 0000000..797e0d1 Binary files /dev/null and b/WebInterface/game-site/php_fix_this_allready/horseisle_patched.swf differ diff --git a/WebInterface/game-site/php_fix_this_allready/horseisle_projector.swf b/WebInterface/game-site/php_fix_this_allready/horseisle_projector.swf new file mode 100644 index 0000000..784919a Binary files /dev/null and b/WebInterface/game-site/php_fix_this_allready/horseisle_projector.swf differ diff --git a/WebInterface/game-site/php_fix_this_allready/index.php b/WebInterface/game-site/php_fix_this_allready/index.php new file mode 100644 index 0000000..682ec07 --- /dev/null +++ b/WebInterface/game-site/php_fix_this_allready/index.php @@ -0,0 +1,18 @@ + \ No newline at end of file