summaryrefslogtreecommitdiff
path: root/src/being/being.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/being.cpp')
-rw-r--r--src/being/being.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/being.cpp b/src/being/being.cpp
index 1f4845833..6ad8f5a9b 100644
--- a/src/being/being.cpp
+++ b/src/being/being.cpp
@@ -2310,7 +2310,7 @@ void Being::talkTo() const
if (!PacketLimiter::limitPackets(PACKET_NPC_TALK))
return;
- Net::getNpcHandler()->talk(mId);
+ npcHandler->talk(mId);
}
void Being::draw(Graphics *const graphics,