summaryrefslogtreecommitdiff
path: root/src/map/script.c
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2014-10-18 21:33:11 +0200
committerHaru <haru@dotalux.com>2014-10-18 21:33:11 +0200
commitda9534fa2cd8b6f19896d0b7423abdfe7e3b4543 (patch)
treebccec345053390d7492f0e2e757a74e41e74363a /src/map/script.c
parent243f4a871690f53cb9c33406be0b00f9045fcec0 (diff)
downloadhercules-da9534fa2cd8b6f19896d0b7423abdfe7e3b4543.tar.gz
hercules-da9534fa2cd8b6f19896d0b7423abdfe7e3b4543.tar.bz2
hercules-da9534fa2cd8b6f19896d0b7423abdfe7e3b4543.tar.xz
hercules-da9534fa2cd8b6f19896d0b7423abdfe7e3b4543.zip
Renamed DeprecationWarning to DeprecationCaseWarning, since that's what it is about.
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/map/script.c')
-rw-r--r--src/map/script.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/script.c b/src/map/script.c
index e70c2e10a..32444b7b6 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -526,7 +526,7 @@ int script_add_str(const char* p)
}
}
if( existingentry ) {
- DeprecationWarning2("script_add_str", p, existingentry, script->parser_current_file); // TODO
+ DeprecationCaseWarning2("script_add_str", p, existingentry, script->parser_current_file); // TODO
}
#endif // ENABLE_CASE_CHECK