diff options
Diffstat (limited to 'src/net/tmwserv/npchandler.cpp')
-rw-r--r-- | src/net/tmwserv/npchandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/tmwserv/npchandler.cpp b/src/net/tmwserv/npchandler.cpp index 5670bd69..20a13ec2 100644 --- a/src/net/tmwserv/npchandler.cpp +++ b/src/net/tmwserv/npchandler.cpp @@ -35,7 +35,7 @@ #include "gui/npclistdialog.h" #include "gui/npcpostdialog.h" -#include "gui/npc_text.h" +#include "gui/npctextdialog.h" Net::NpcHandler *npcHandler; |