diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-03-23 11:14:00 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-03-23 11:14:00 -0600 |
commit | eee4c9a1e2a9fc58ccb8ad05acfe0b0e41ec3fab (patch) | |
tree | e6a09e53f092b94614ea66d92af27c684772cd42 /src/npc.cpp | |
parent | 1850cca2e8ba43b1e70385d848dca9f3a91fef4a (diff) | |
download | mana-eee4c9a1e2a9fc58ccb8ad05acfe0b0e41ec3fab.tar.gz mana-eee4c9a1e2a9fc58ccb8ad05acfe0b0e41ec3fab.tar.bz2 mana-eee4c9a1e2a9fc58ccb8ad05acfe0b0e41ec3fab.tar.xz mana-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.cpp | 2 |
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" |