summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/being/being.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp
index 59326e4ad..afea7fc4b 100644
--- a/src/being/being.cpp
+++ b/src/being/being.cpp
@@ -5454,6 +5454,8 @@ void Being::setLanguageId(const int lang) restrict2 noexcept2
mLanguageId = lang;
}
+ updateBadgesCount();
+ updateBadgesPosition();
}
Being *Being::createBeing(const BeingId id,