summaryrefslogtreecommitdiff
path: root/src/npc.cpp
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-03-23 11:14:00 -0600
committerJared Adams <jaxad0127@gmail.com>2009-03-23 11:14:00 -0600
commiteee4c9a1e2a9fc58ccb8ad05acfe0b0e41ec3fab (patch)
treee6a09e53f092b94614ea66d92af27c684772cd42 /src/npc.cpp
parent1850cca2e8ba43b1e70385d848dca9f3a91fef4a (diff)
downloadmana-client-eee4c9a1e2a9fc58ccb8ad05acfe0b0e41ec3fab.tar.gz
mana-client-eee4c9a1e2a9fc58ccb8ad05acfe0b0e41ec3fab.tar.bz2
mana-client-eee4c9a1e2a9fc58ccb8ad05acfe0b0e41ec3fab.tar.xz
mana-client-eee4c9a1e2a9fc58ccb8ad05acfe0b0e41ec3fab.zip
Move all TMWServ-specific code to net/tmwserv
Also fix several instances where the same net handler was being used for both servers, and a few other related oddities.
Diffstat (limited to 'src/npc.cpp')
-rw-r--r--src/npc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/npc.cpp b/src/npc.cpp
index bc25fa5d..792d1aa4 100644
--- a/src/npc.cpp
+++ b/src/npc.cpp
@@ -27,7 +27,7 @@
#include "gui/npc_text.h"
#ifdef TMWSERV_SUPPORT
-#include "net/gameserver/player.h"
+#include "net/tmwserv/gameserver/player.h"
#else
#include "net/messageout.h"
#include "net/ea/protocol.h"