summaryrefslogtreecommitdiff
path: root/src/map/pc.c
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/pc.c
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/pc.c')
-rw-r--r--src/map/pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index 1b0d3f57a..44de2f8d4 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -4223,7 +4223,7 @@ int pc_steal_item(struct map_session_data *sd,struct block_list *bl, int lv)
party_foreachsamemap(pc_show_steal,sd,AREA_SIZE,sd,tmp_item.nameid);
//Logs items, Stolen from mobs [Lupus]
- log_pick_mob(md, LOG_TYPE_PICKDROP_MONSTER, -1, &tmp_item);
+ log_pick_mob(md, LOG_TYPE_STEAL, -1, &tmp_item);
//A Rare Steal Global Announce by Lupus
if(md->db->dropitem[i].p<=battle_config.rare_drop_announce) {