summaryrefslogtreecommitdiff
path: root/src/net/ea/npchandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea/npchandler.cpp')
-rw-r--r--src/net/ea/npchandler.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/ea/npchandler.cpp b/src/net/ea/npchandler.cpp
index fa6b0de2c..46c20c464 100644
--- a/src/net/ea/npchandler.cpp
+++ b/src/net/ea/npchandler.cpp
@@ -35,4 +35,9 @@ NpcHandler::NpcHandler()
NpcRecv::mRequestLang = false;
}
+NpcDialog *NpcHandler::getCurrentNpcDialog() const
+{
+ return NpcRecv::mDialog;
+}
+
} // namespace Ea