summaryrefslogtreecommitdiff
path: root/src/map/log.h
diff options
context:
space:
mode:
authorDastgir <dastgirp@gmail.com>2019-10-12 14:19:15 +0530
committerHaru <haru@dotalux.com>2019-11-17 15:24:46 +0100
commit227c4416b86549364a3cfaac55295dd29fafed46 (patch)
treea913cd37fd643dbcc595e2f2d7731d1ae39dccdb /src/map/log.h
parentea9895e5261a1496bc8ac8e0c7be5fab3d6d4ef9 (diff)
downloadhercules-227c4416b86549364a3cfaac55295dd29fafed46.tar.gz
hercules-227c4416b86549364a3cfaac55295dd29fafed46.tar.bz2
hercules-227c4416b86549364a3cfaac55295dd29fafed46.tar.xz
hercules-227c4416b86549364a3cfaac55295dd29fafed46.zip
Added Achievement Logs
Diffstat (limited to 'src/map/log.h')
-rw-r--r--src/map/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/log.h b/src/map/log.h
index 80835645f..5035e9526 100644
--- a/src/map/log.h
+++ b/src/map/log.h
@@ -88,6 +88,7 @@ typedef enum e_log_pick_type {
LOG_TYPE_SKILL = 0x04000000,
LOG_TYPE_REFINE = 0x08000000,
LOG_TYPE_LOOT = 0x10000000,
+ LOG_TYPE_ACHIEVEMENT = 0x20000000,
// all
LOG_TYPE_ALL = 0xFFFFFFFF,