diff options
-rw-r--r-- | src/game-server/being.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |