aboutsummaryrefslogtreecommitdiff
path: root/Mundus/Views/Windows/SmallGameWindow.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Mundus/Views/Windows/SmallGameWindow.cs')
-rw-r--r--Mundus/Views/Windows/SmallGameWindow.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mundus/Views/Windows/SmallGameWindow.cs b/Mundus/Views/Windows/SmallGameWindow.cs
index a5eebd8..143c47c 100644
--- a/Mundus/Views/Windows/SmallGameWindow.cs
+++ b/Mundus/Views/Windows/SmallGameWindow.cs
@@ -580,7 +580,7 @@ namespace Mundus.Views.Windows {
if (!HasSelection()) {
MobMovement.MovePlayer(mapYPos, mapXPos, Size);
- MobMovement.MoveRandomlyMobsAtPlayerLayer();
+ MobMovement.MoveRandomlyAllMobs();
}
else {
if (Inventory.GetPlayerItem(selPlace, selIndex) != null) {