瀏覽代碼

* Fixed a bad typo in status.c's StatusChangeTable

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1164 54d463be-8e91-2dee-dedb-b68131a5f0ec
celest 20 年之前
父節點
當前提交
77756f1502
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 0
      Changelog-SVN.txt
  2. 1 1
      src/map/status.c

+ 1 - 0
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]

+ 1 - 1
src/map/status.c

@@ -36,7 +36,7 @@ int SkillStatusChangeTable[]={	/* status.h
 	-1,-1,-1,
 	SC_FREEZE,			/* フロストダイバ? */
 	SC_STONE,			/* スト?ンカ?ス */
-	-1,-1,-1,
+	-1,-1,
 /* 20- */
 	-1,-1,-1,-1,
 	SC_RUWACH,			/* ルアフ */