From 5691ee81a7b602f7a77424aa775af3aea006d4f3 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Sun, 9 Jun 2013 01:03:58 -0300 Subject: Fixed Bug #7265 Special Thanks to bgamez23 http://hercules.ws/board/tracker/issue-7265-increase-agi-buffs-on-the-npc-bug/ Signed-off-by: shennetsind --- src/map/status.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map') diff --git a/src/map/status.c b/src/map/status.c index faee88e28..d31333e8c 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -6604,6 +6604,7 @@ int status_change_start(struct block_list* bl,enum sc_type type,int rate,int val case SC_INCREASEAGI: if(sd && pc_issit(sd)){ pc->setstand(sd); + clif->standing(&sd->bl); } case SC_CONCENTRATE: -- cgit v1.2.3-60-g2f50