summaryrefslogtreecommitdiffstats
path: root/src/game-server/item.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/item.cpp')
-rw-r--r--src/game-server/item.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/game-server/item.cpp b/src/game-server/item.cpp
index 02c6a51..9c73e9d 100644
--- a/src/game-server/item.cpp
+++ b/src/game-server/item.cpp
@@ -31,12 +31,6 @@
#include "game-server/state.h"
#include "scripting/script.h"
-bool ItemEffectInfo::apply(Being *itemUser)
-{
- LOG_WARN("Virtual defintion used in effect application!");
- return false;
-}
-
bool ItemEffectAttrMod::apply(Being *itemUser)
{
LOG_DEBUG("Applying modifier.");