summaryrefslogtreecommitdiff
path: root/src/net/manaserv/itemhandler.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/itemhandler.cpp
parent3553f1e11f7f4478c4c64192f6455d528c7dffda (diff)
downloadmana-client-a30f33392fe206b6d2c3a199281223b904eda3e9.tar.gz
mana-client-a30f33392fe206b6d2c3a199281223b904eda3e9.tar.bz2
mana-client-a30f33392fe206b6d2c3a199281223b904eda3e9.tar.xz
mana-client-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/itemhandler.cpp')
-rw-r--r--src/net/manaserv/itemhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/manaserv/itemhandler.cpp b/src/net/manaserv/itemhandler.cpp
index 200e7fac..af3457db 100644
--- a/src/net/manaserv/itemhandler.cpp
+++ b/src/net/manaserv/itemhandler.cpp
@@ -23,7 +23,7 @@
#include "actorspritemanager.h"
-#include "net/manaserv/protocol.h"
+#include "net/manaserv/manaserv_protocol.h"
#include "net/manaserv/messagein.h"
#include "game.h"