From 9a35609facf9fbb511467d607f83ecd1f4d1ee1b Mon Sep 17 00:00:00 2001 From: Chuck Miller Date: Sun, 4 Oct 2009 16:03:21 -0400 Subject: Fixes infinite loop --- src/game-server/being.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game-server/being.cpp b/src/game-server/being.cpp index c21d2540..7b934a61 100644 --- a/src/game-server/being.cpp +++ b/src/game-server/being.cpp @@ -324,6 +324,7 @@ bool Being::hasStatusEffect(int id) { if (it->second.status->getId() == id) return true; + it++; } return false; } -- cgit v1.2.3-70-g09d2