diff options
Diffstat (limited to 'src/event.h')
-rw-r--r-- | src/event.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/event.h b/src/event.h index 4264232f..758d6b34 100644 --- a/src/event.h +++ b/src/event.h @@ -35,6 +35,7 @@ enum Channels CHANNEL_BUYSELL, CHANNEL_CHAT, CHANNEL_CLIENT, + CHANNEL_CONFIG, CHANNEL_GAME, CHANNEL_ITEM, CHANNEL_NOTICES, @@ -50,6 +51,7 @@ enum Events EVENT_CLOSE, EVENT_CLOSEALL, EVENT_CLOSESENT, + EVENT_CONFIGOPTIONCHANGED, EVENT_CONSTRUCTED, EVENT_DBSLOADING, EVENT_DESTROYED, |