From d7069a3abc8da077eb7aa2c23e5f7e37f6f3ee97 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 1 Mar 2016 22:16:54 +0300 Subject: Allow see homunculuses name. --- src/actormanager.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/actormanager.cpp') 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) -- cgit v1.2.3-60-g2f50