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 /src/map/status.c | |
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
Diffstat (limited to 'src/map/status.c')
-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 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, /* ルアフ */ |