diff options
author | shennetsind <ind@henn.et> | 2013-06-13 06:55:06 -0300 |
---|---|---|
committer | Euphy <euphy@rathena.org> | 2013-06-15 15:51:44 -0400 |
commit | 267ceb503f1e8002959f0a5b7ea49de61d1d572c (patch) | |
tree | d544b83da2a6e6f5350ba03036f76b612124ab44 /src/map/status.c | |
parent | e721aebea358e6c480d7788911eed82b84ef523f (diff) | |
download | hercules-267ceb503f1e8002959f0a5b7ea49de61d1d572c.tar.gz hercules-267ceb503f1e8002959f0a5b7ea49de61d1d572c.tar.bz2 hercules-267ceb503f1e8002959f0a5b7ea49de61d1d572c.tar.xz hercules-267ceb503f1e8002959f0a5b7ea49de61d1d572c.zip |
Fixed Bug #7346
http://hercules.ws/board/tracker/issue-7346-battlec-error
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c index 0e1661728..096e673c2 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -10818,7 +10818,6 @@ int status_get_weapon_atk(struct block_list *bl, struct weapon_atk *watk, int fl int min = 0, max = 0, dstr; float strdex_bonus, variance; struct status_change *sc = status_get_sc(bl); - struct status_data *status = status_get_status_data(bl); if ( bl->type == BL_PC && watk->atk ){ if ( flag&16 ) |