diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2017-04-26 00:08:06 +0800 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2017-04-29 00:47:10 +0200 |
commit | b767de877460a7fb55c4c8a6bd8e21bcbe079b07 (patch) | |
tree | 8613b56845c68e62a2659ef11ff90b2953de5552 /src/map/pc.c | |
parent | 25e4f661211fc91a64a6e18d8ffd9d16581dfaf9 (diff) | |
download | hercules-b767de877460a7fb55c4c8a6bd8e21bcbe079b07.tar.gz hercules-b767de877460a7fb55c4c8a6bd8e21bcbe079b07.tar.bz2 hercules-b767de877460a7fb55c4c8a6bd8e21bcbe079b07.tar.xz hercules-b767de877460a7fb55c4c8a6bd8e21bcbe079b07.zip |
Removal of rare_drop_announce config.
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index 6da0bf035..9ebdfa62f 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -5460,13 +5460,6 @@ int pc_steal_item(struct map_session_data *sd,struct block_list *bl, uint16 skil //Logs items, Stolen from mobs [Lupus] logs->pick_mob(md, LOG_TYPE_STEAL, -1, &tmp_item, data); - //A Rare Steal Global Announce by Lupus - if(md->db->dropitem[i].p<=battle_config.rare_drop_announce) { - char message[128]; - sprintf (message, msg_txt(542), sd->status.name, md->db->jname, data->jname, (float)md->db->dropitem[i].p / 100); - //MSG: "'%s' stole %s's %s (chance: %0.02f%%)" - intif->broadcast(message, (int)strlen(message)+1, BC_DEFAULT); - } return 1; } |