summaryrefslogtreecommitdiff
path: root/src/guildmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guildmanager.cpp')
-rw-r--r--src/guildmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guildmanager.cpp b/src/guildmanager.cpp
index 48485e9b4..1dd4d8247 100644
--- a/src/guildmanager.cpp
+++ b/src/guildmanager.cpp
@@ -408,7 +408,7 @@ bool GuildManager::process(std::string msg)
if (actorManager)
{
Being *const b = actorManager->findBeingByName(
- msg, Being::PLAYER);
+ msg, ActorType::PLAYER);
if (b)
{