diff options
-rw-r--r-- | Changelog-SVN.txt | 1 | ||||
-rw-r--r-- | src/map/status.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Changelog-SVN.txt b/Changelog-SVN.txt index 0703d2cb9..e54a6a33c 100644 --- a/Changelog-SVN.txt +++ b/Changelog-SVN.txt @@ -1,6 +1,7 @@ Date Added 02/23 + * Fixed a bad typo in status.c's StatusChangeTable [celest] * Corrected Spiral Pierce's hits in the skill_db [celest] * Moved /common/*.o into a obj folder when compiling [celest] * Updated core and map server to jA 1094~1115 [celest] diff --git a/src/map/status.c b/src/map/status.c index 5275be42a..34e3127e0 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -36,7 +36,7 @@ int SkillStatusChangeTable[]={ /* status.hのenumのSC_***とあわせること */ -1,-1,-1, SC_FREEZE, /* フロストダイバ? */ SC_STONE, /* スト?ンカ?ス */ - -1,-1,-1, + -1,-1, /* 20- */ -1,-1,-1,-1, SC_RUWACH, /* ルアフ */ |