diff options
Diffstat (limited to 'src/server/game/Quests/QuestDef.h')
| -rw-r--r-- | src/server/game/Quests/QuestDef.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/server/game/Quests/QuestDef.h b/src/server/game/Quests/QuestDef.h index 2fd8ba454a7..516976d9052 100644 --- a/src/server/game/Quests/QuestDef.h +++ b/src/server/game/Quests/QuestDef.h @@ -183,6 +183,16 @@ struct QuestLocale std::vector<std::vector<std::string>> ObjectiveText; }; +struct QuestRequestItemsLocale +{ + std::vector<std::string> CompletionText; +}; + +struct QuestOfferRewardLocale +{ + std::vector<std::string> RewardText; +}; + // This Quest class provides a convenient way to access a few pretotaled (cached) quest details, // all base quest information, and any utility functions such as generating the amount of // xp to give |
