aboutsummaryrefslogtreecommitdiff
path: root/internal/game/cmd_move.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/game/cmd_move.go')
-rw-r--r--internal/game/cmd_move.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/game/cmd_move.go b/internal/game/cmd_move.go
index 2a3e698..b3fe254 100644
--- a/internal/game/cmd_move.go
+++ b/internal/game/cmd_move.go
@@ -153,6 +153,7 @@ func (g *Game) completeMove(sess *net.Session, p *player.Player) {
}
g.RunEnterSteps(sess, targetID)
+ g.checkAggro(sess)
}
func (g *Game) seedRoomMobs(roomID int) {