mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Misc: Fixed gcc warning
This commit is contained in:
@@ -68,7 +68,7 @@ struct CriteriaTree
|
||||
CriteriaTreeEntry const* Entry = nullptr;
|
||||
AchievementEntry const* Achievement = nullptr;
|
||||
ScenarioStepEntry const* ScenarioStep = nullptr;
|
||||
QuestObjective const* QuestObjective = nullptr;
|
||||
struct QuestObjective const* QuestObjective = nullptr;
|
||||
struct Criteria const* Criteria = nullptr;
|
||||
std::vector<CriteriaTree const*> Children;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user