summaryrefslogtreecommitdiff
path: root/src/map
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-06-09 01:03:58 -0300
committershennetsind <ind@henn.et>2013-06-09 01:03:58 -0300
commit5691ee81a7b602f7a77424aa775af3aea006d4f3 (patch)
tree22ee9a186d0feca617a31ea9074d3ed883ae1a90 /src/map
parent2db09c2e6442aa3abe573d35a3a5a1c6fa3db5fa (diff)
downloadhercules-5691ee81a7b602f7a77424aa775af3aea006d4f3.tar.gz
hercules-5691ee81a7b602f7a77424aa775af3aea006d4f3.tar.bz2
hercules-5691ee81a7b602f7a77424aa775af3aea006d4f3.tar.xz
hercules-5691ee81a7b602f7a77424aa775af3aea006d4f3.zip
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 <ind@henn.et>
Diffstat (limited to 'src/map')
-rw-r--r--src/map/status.c1
1 files changed, 1 insertions, 0 deletions
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: