diff --git a/Horse Isle Server/Horse Isle Server/Server/GameServer.cs b/Horse Isle Server/Horse Isle Server/Server/GameServer.cs index 2a938bf..94e289c 100644 --- a/Horse Isle Server/Horse Isle Server/Server/GameServer.cs +++ b/Horse Isle Server/Horse Isle Server/Server/GameServer.cs @@ -64,6 +64,7 @@ namespace HISP.Server Database.IncPlayerTirednessForOfflineUsers(); DroppedItems.Update(); + WildHorse.GenerateHorses(); minuteTimer.Change(oneMinute, oneMinute); } diff --git a/WebInterface/game-site/mod/bees_new.swf b/WebInterface/game-site/mod/bees_new.swf deleted file mode 100644 index d60db7e..0000000 Binary files a/WebInterface/game-site/mod/bees_new.swf and /dev/null differ diff --git a/WebInterface/game-site/mod/catchhorse.swf b/WebInterface/game-site/mod/catchhorse.swf new file mode 100644 index 0000000..bde222a Binary files /dev/null and b/WebInterface/game-site/mod/catchhorse.swf differ diff --git a/WebInterface/game-site/mod/dressagearena.swf b/WebInterface/game-site/mod/dressagearena.swf new file mode 100644 index 0000000..984f035 Binary files /dev/null and b/WebInterface/game-site/mod/dressagearena.swf differ