diff options
author | Haru <haru@dotalux.com> | 2014-02-18 21:12:42 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2014-02-18 21:12:42 +0100 |
commit | e209661a07884873a822a0d95b944a71f4973fce (patch) | |
tree | f161e81d438e9205e7af73e312e80513b96db8a9 | |
parent | 2cab196b9e4d8f257ba40861051b0c0a71cc1d8f (diff) | |
download | hercules-e209661a07884873a822a0d95b944a71f4973fce.tar.gz hercules-e209661a07884873a822a0d95b944a71f4973fce.tar.bz2 hercules-e209661a07884873a822a0d95b944a71f4973fce.tar.xz hercules-e209661a07884873a822a0d95b944a71f4973fce.zip |
Follow-up to 6f264513874c80b912f47dbad1ec0347c67534e7
Fixed a typo, thanks to Masao
Signed-off-by: Haru <haru@dotalux.com>
-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 |