Implemented mission rewards.

Might need to refactor item drops, especially after implementing
task-result quest item drops.
This commit is contained in:
2020-09-09 21:09:01 +02:00
parent 3172724596
commit 5b49e71de7
5 changed files with 127 additions and 15 deletions

View File

@@ -1,6 +1,7 @@
#pragma once
#include <map>
namespace TabledataManager {
namespace TableData {
void init();
}
void cleanup();
}