summaryrefslogtreecommitdiffstats
path: root/src/game-server/quest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game-server/quest.h')
-rw-r--r--src/game-server/quest.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/game-server/quest.h b/src/game-server/quest.h
index 86d2be4..0125e84 100644
--- a/src/game-server/quest.h
+++ b/src/game-server/quest.h
@@ -28,8 +28,10 @@ class Script;
struct QuestCallback
{
- void (*handler)(Character *, const std::string &name,
- const std::string &value, Script *script);
+ void (*handler)(Character *,
+ const std::string &value,
+ Script *script);
+
Script *script;
};