summaryrefslogtreecommitdiff
path: root/src/game-server/item.cpp
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-03-19 22:09:25 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2013-03-25 20:32:36 +0100
commit7aeb3b4a6c34a8f679719c207e51394d7e48828b (patch)
treec92af607288f041944f7a876e3a9478b35ba6499 /src/game-server/item.cpp
parent7aee56f062989c8901322a09b2da40bb028eb222 (diff)
downloadmanaserv-7aeb3b4a6c34a8f679719c207e51394d7e48828b.tar.gz
manaserv-7aeb3b4a6c34a8f679719c207e51394d7e48828b.tar.bz2
manaserv-7aeb3b4a6c34a8f679719c207e51394d7e48828b.tar.xz
manaserv-7aeb3b4a6c34a8f679719c207e51394d7e48828b.zip
Changed Effect to a component of Actor
Reviewed-by: Yohann Ferreira
Diffstat (limited to 'src/game-server/item.cpp')
-rw-r--r--src/game-server/item.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/game-server/item.cpp b/src/game-server/item.cpp
index 44029303..b7b0d785 100644
--- a/src/game-server/item.cpp
+++ b/src/game-server/item.cpp
@@ -19,10 +19,6 @@
* along with The Mana Server. If not, see <http://www.gnu.org/licenses/>.
*/
-
-#include <string>
-#include <map>
-
#include "game-server/item.h"
#include "common/configuration.h"
@@ -33,6 +29,9 @@
#include "scripting/script.h"
#include "scripting/scriptmanager.h"
+#include <map>
+#include <string>
+
bool ItemEffectAttrMod::apply(Being *itemUser)
{
LOG_DEBUG("Applying modifier.");