diff options
Diffstat (limited to 'src/map')
-rw-r--r-- | src/map/script.c | 2 | ||||
-rw-r--r-- | src/map/status.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/map/script.c b/src/map/script.c index 6de233732..e0976e9a1 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -11267,7 +11267,7 @@ BUILDIN_FUNC(getitemslots) return 0; } -// TODO: add matk here if needed/once we get rid of REMODE +// TODO: add matk here if needed/once we get rid of RENEWAL /*========================================== * Returns some values of an item [Lupus] diff --git a/src/map/status.h b/src/map/status.h index b6d55cbb6..efa2a84a1 100644 --- a/src/map/status.h +++ b/src/map/status.h @@ -1525,7 +1525,7 @@ struct status_data { #endif aspd_rate; /** - * defType is REMODE dependent and defined in src/map/config/data/const.h + * defType is RENEWAL dependent and defined in src/map/config/data/const.h **/ defType def,mdef; |