summaryrefslogtreecommitdiff
path: root/src/actormanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/actormanager.cpp')
-rw-r--r--src/actormanager.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/actormanager.cpp b/src/actormanager.cpp
index fb5d2a7b1..b85c4fa17 100644
--- a/src/actormanager.cpp
+++ b/src/actormanager.cpp
@@ -276,6 +276,7 @@ Being *ActorManager::createBeing(const BeingId id,
#ifdef EATHENA_SUPPORT
|| type == ActorType::Mercenary
|| type == ActorType::Pet
+ || type == ActorType::Homunculus
#endif
|| type == ActorType::Npc)
{
@@ -299,6 +300,7 @@ Being *ActorManager::createBeing(const BeingId id,
beingHandler->requestNameById(id);
}
}
+
if (type == ActorType::Player)
{
if (socialWindow)