diff options
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/status.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |