aboutsummaryrefslogtreecommitdiffstats
path: root/include/quest.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/quest.hpp')
-rw-r--r--include/quest.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/quest.hpp b/include/quest.hpp
index 311aade..2db65a2 100644
--- a/include/quest.hpp
+++ b/include/quest.hpp
@@ -22,8 +22,8 @@
typedef struct {
std::string title;
std::string desc;
- struct item_t reward;
- std::vector<std::pair<std::string,int>> need;
+ std::pair<std::string, uint> reward;
+ std::vector<std::pair<std::string, int>> need;
} Quest;
/**