summaryrefslogtreecommitdiff
path: root/src/net/manaserv/buysellhandler.cpp
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2010-12-30 01:08:54 +0100
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2010-12-30 01:08:54 +0100
commita30f33392fe206b6d2c3a199281223b904eda3e9 (patch)
tree0d47805736e7b3f3feb93e79296ea97bd966df2f /src/net/manaserv/buysellhandler.cpp
parent3553f1e11f7f4478c4c64192f6455d528c7dffda (diff)
downloadMana-a30f33392fe206b6d2c3a199281223b904eda3e9.tar.gz
Mana-a30f33392fe206b6d2c3a199281223b904eda3e9.tar.bz2
Mana-a30f33392fe206b6d2c3a199281223b904eda3e9.tar.xz
Mana-a30f33392fe206b6d2c3a199281223b904eda3e9.zip
Renamed protocol.h to manaserv_protocol.h to follow server's changes.
I'll sync the two files as for the new enums in a separate commit. Trivial fix. Resolves: Mana-mantis #278.
Diffstat (limited to 'src/net/manaserv/buysellhandler.cpp')
-rw-r--r--src/net/manaserv/buysellhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/manaserv/buysellhandler.cpp b/src/net/manaserv/buysellhandler.cpp
index d4187db7..c375ed75 100644
--- a/src/net/manaserv/buysellhandler.cpp
+++ b/src/net/manaserv/buysellhandler.cpp
@@ -30,7 +30,7 @@
#include "net/messagein.h"
-#include "net/manaserv/protocol.h"
+#include "net/manaserv/manaserv_protocol.h"
namespace ManaServ {