diff options
Diffstat (limited to 'src/scripting/script.h')
-rw-r--r-- | src/scripting/script.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/scripting/script.h b/src/scripting/script.h index 7cf457cc..1f8c415e 100644 --- a/src/scripting/script.h +++ b/src/scripting/script.h @@ -24,6 +24,8 @@ #include "common/inventorydata.h" #include "common/manaserv_protocol.h" +#include "game-server/attributemanager.h" + #include <list> #include <string> #include <vector> @@ -193,6 +195,8 @@ class Script : public sigc::trackable */ virtual void push(const std::list<InventoryItem> &itemList) = 0; + virtual void push(AttributeManager::AttributeInfo *) = 0; + /** * Executes the function being prepared. * @param context the context that is supposed to be used for executing |