diff options
Diffstat (limited to 'src/game/QuestDef.h')
-rw-r--r-- | src/game/QuestDef.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/QuestDef.h b/src/game/QuestDef.h index 52f58c2c87e..7b447c611c2 100644 --- a/src/game/QuestDef.h +++ b/src/game/QuestDef.h @@ -334,3 +334,4 @@ struct QuestStatusData uint32 m_creatureOrGOcount[ QUEST_OBJECTIVES_COUNT ]; }; #endif + |