summaryrefslogtreecommitdiff
path: root/src/being/being.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/being.cpp')
-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 5b7bd96bd..df52f7793 100644
--- a/src/being/being.cpp
+++ b/src/being/being.cpp
@@ -152,6 +152,7 @@ Being::Being(const BeingId id,
mBadges(),
mSpriteAction(SpriteAction::STAND),
mName(),
+ mExtName(),
mRaceName(),
mPartyName(),
mGuildName(),
@@ -1063,6 +1064,7 @@ void Being::showNameBadge(const bool show) restrict2
void Being::setName(const std::string &restrict name) restrict2
{
+ mExtName = name;
if (mType == ActorType::Npc)
{
mName = name.substr(0, name.find('#', 0));