summaryrefslogtreecommitdiff
path: root/src/map/log.h
diff options
context:
space:
mode:
authorgepard1984 <gepard1984@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-01-25 14:41:32 +0000
committergepard1984 <gepard1984@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-01-25 14:41:32 +0000
commit996e110eed6376fca158fb0136c55aea5ac819be (patch)
treec1785869e8249116ed0fe6e38c18d716498460d0 /src/map/log.h
parent3e77d310d328a98814df15ba80913833421cdae9 (diff)
downloadhercules-996e110eed6376fca158fb0136c55aea5ac819be.tar.gz
hercules-996e110eed6376fca158fb0136c55aea5ac819be.tar.bz2
hercules-996e110eed6376fca158fb0136c55aea5ac819be.tar.xz
hercules-996e110eed6376fca158fb0136c55aea5ac819be.zip
Added two picklog types to distinguish regular monster drops (M) from stolen items (D) and MVP prizes (U)(bugreport:4590).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15519 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/log.h')
-rw-r--r--src/map/log.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/log.h b/src/map/log.h
index 7c46712cf..5324bb599 100644
--- a/src/map/log.h
+++ b/src/map/log.h
@@ -33,10 +33,10 @@ typedef enum e_log_pick_type
LOG_TYPE_PICKDROP_MONSTER = 0x00008,
LOG_TYPE_NPC = 0x00010,
LOG_TYPE_SCRIPT = 0x00020,
- //LOG_TYPE_STEAL = 0x00040,
+ LOG_TYPE_STEAL = 0x00040,
LOG_TYPE_CONSUME = 0x00080,
LOG_TYPE_PRODUCE = 0x00100,
- //LOG_TYPE_MVP = 0x00200,
+ LOG_TYPE_MVP = 0x00200,
LOG_TYPE_COMMAND = 0x00400,
LOG_TYPE_STORAGE = 0x00800,
LOG_TYPE_GSTORAGE = 0x01000,