From 996e110eed6376fca158fb0136c55aea5ac819be Mon Sep 17 00:00:00 2001 From: gepard1984 Date: Wed, 25 Jan 2012 14:41:32 +0000 Subject: 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 --- src/map/log.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/log.h') 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, -- cgit v1.2.3-60-g2f50