diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-23 01:33:11 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-02-23 01:33:11 +0000 |
commit | e17f2ca619eae7c96bdf72f5189bc8be052d03e1 (patch) | |
tree | 7526f93c11e14945bda752dd4afe988a35bd24f6 | |
parent | b81476849b82d4aaea2c59b1d85a2b68351f36d6 (diff) | |
download | hercules-e17f2ca619eae7c96bdf72f5189bc8be052d03e1.tar.gz hercules-e17f2ca619eae7c96bdf72f5189bc8be052d03e1.tar.bz2 hercules-e17f2ca619eae7c96bdf72f5189bc8be052d03e1.tar.xz hercules-e17f2ca619eae7c96bdf72f5189bc8be052d03e1.zip |
* Fixed a bad typo in status.c's StatusChangeTable
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1164 54d463be-8e91-2dee-dedb-b68131a5f0ec
-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, /* ルアフ */ |