From 5e17d1a084598a12fd1872f8c8c9965ecaed6592 Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 19 Oct 2006 16:47:30 +0000 Subject: - Corrected a compilation error. - Fixed SG_FRIEND, it should be triggering when Monks do Combo Finish (not triple blows), and the trigger rate increase should be based on your known level of SG_FRIEND, NOT TK_COUNTER. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9013 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/pc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/pc.c') diff --git a/src/map/pc.c b/src/map/pc.c index e615b1807..e7d47a2c6 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -3182,7 +3182,7 @@ int pc_show_steal(struct block_list *bl,va_list ap) int pc_steal_item(struct map_session_data *sd,struct block_list *bl, int lv) { static int i = 0; - int rate,itemid,flag; + int old_i,rate,itemid,flag; struct status_data *sd_status, *md_status; struct mob_data *md; struct item tmp_item; -- cgit v1.2.3-70-g09d2