diff options
author | shennetsind <ind@henn.et> | 2013-06-09 01:03:58 -0300 |
---|---|---|
committer | Euphy <euphy@rathena.org> | 2013-06-15 15:46:59 -0400 |
commit | 5c75ad053d889a843d81100f72ae5f6ee6842d15 (patch) | |
tree | 6c0c42e95e21f268ca68164946704f99cb0faedd | |
parent | 620793381175b2cafc7469555267221c3f00c23f (diff) | |
download | hercules-5c75ad053d889a843d81100f72ae5f6ee6842d15.tar.gz hercules-5c75ad053d889a843d81100f72ae5f6ee6842d15.tar.bz2 hercules-5c75ad053d889a843d81100f72ae5f6ee6842d15.tar.xz hercules-5c75ad053d889a843d81100f72ae5f6ee6842d15.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>
-rw-r--r-- | src/map/status.c | 1 |
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: |