aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Quests/QuestDef.h
diff options
context:
space:
mode:
authorAlcDenat <alcdenat@hotmail.com>2018-10-09 16:31:27 +0200
committerjackpoz <giacomopoz@gmail.com>2018-10-09 16:31:27 +0200
commit2f5403d4af3a90a6e51a377e05a55a0d197afb4d (patch)
tree2e396a1631a3a53056b350ea9eb3ea644783d183 /src/server/game/Quests/QuestDef.h
parentf97cfe673f9958228be8bbc45a5bc12f5346096e (diff)
Split quest template locales (#22596)
* add quest locales tables
Diffstat (limited to 'src/server/game/Quests/QuestDef.h')
-rw-r--r--src/server/game/Quests/QuestDef.h10
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