From e209661a07884873a822a0d95b944a71f4973fce Mon Sep 17 00:00:00 2001 From: Haru Date: Tue, 18 Feb 2014 21:12:42 +0100 Subject: Follow-up to 6f264513874c80b912f47dbad1ec0347c67534e7 Fixed a typo, thanks to Masao Signed-off-by: Haru --- src/map/status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/map/status.c b/src/map/status.c index 12ab870f8..f4991cff2 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -6286,7 +6286,7 @@ int status_get_sc_def(struct block_list *src, struct block_list *bl, enum sc_typ #ifdef RENEWAL #define SCDEF_LVL_DIFF(bl, src, maxlv, factor) ( ( SCDEF_LVL_CAP((bl), (maxlv)) - SCDEF_LVL_CAP((src), (maxlv)) ) * (factor) ) #else -#define SCDEF_LVL_DIFF(bl, src, laxlv, factor) 0 +#define SCDEF_LVL_DIFF(bl, src, maxlv, factor) 0 #endif //Status that are blocked by Golden Thief Bug card or Wand of Hermod -- cgit v1.2.3-60-g2f50