diff options
Diffstat (limited to 'src/event.h')
-rw-r--r-- | src/event.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/event.h b/src/event.h index d3fdede9..3cbd9123 100644 --- a/src/event.h +++ b/src/event.h @@ -53,7 +53,8 @@ public: ItemChannel, NoticesChannel, NpcChannel, - StorageChannel + StorageChannel, + QuestsChannel }; enum Type @@ -99,7 +100,8 @@ public: UpdateStat, UpdateStatusEffect, Whisper, - WhisperError + WhisperError, + QuestVarsChanged, }; /** |