summaryrefslogtreecommitdiff
path: root/src/actormanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/actormanager.cpp')
-rw-r--r--src/actormanager.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/actormanager.cpp b/src/actormanager.cpp
index 2367f8fd4..7a074661d 100644
--- a/src/actormanager.cpp
+++ b/src/actormanager.cpp
@@ -247,9 +247,11 @@ Being *ActorManager::createBeing(const int id,
mActors.insert(being);
if (type == ActorType::Player
- || type == ActorType::Npc
+#ifdef EATHENA_SUPPORT
|| type == ActorType::Mercenary
- || type == ActorType::Pet)
+ || type == ActorType::Pet
+#endif
+ || type == ActorType::Npc)
{
being->updateFromCache();
beingHandler->requestNameById(id);