diff options
-rw-r--r-- | src/actormanager.cpp | 2 |
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) |