浏览代码

* Corrected some npc/other/ bugs
- added missing arena.txt and fortune.txt to npc list
- commented out arena.txt and mail.txt since it's not at all done yet
- alphabetically-sorted the list

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11214 54d463be-8e91-2dee-dedb-b68131a5f0ec

ultramage 17 年之前
父节点
当前提交
de058492de
共有 2 个文件被更改,包括 15 次插入8 次删除
  1. 5 0
      npc/Changelog.txt
  2. 10 8
      npc/scripts_athena.conf

+ 5 - 0
npc/Changelog.txt

@@ -1,5 +1,10 @@
 Date		Added
 ======
+2007/09/15
+	* Corrected some npc/other/ bugs
+	- added missing arena.txt and fortune.txt to npc list
+	- commented out arena.txt and mail.txt since it's not at all done yet
+	- alphabetically-sorted the list
 2007/09/14
 	* Fixed several text typos in the Kiel quest [ultramage]
 2007/09/12

+ 10 - 8
npc/scripts_athena.conf

@@ -182,7 +182,7 @@ npc: npc/kafras/dts_warper.txt
 //npc: npc/events/twintowers.txt
 
 //Novice WoE is a kRO Event, after the event, the scripts were disabled.
-//Novice Castles doesn't have real dungeons. They're connected to the common ones.
+//Novice Castles don't have real dungeons. They're connected to the common ones.
 //So it's better not to uncomment this line.
 //npc: npc/events/nguild/nguild_dunsw.txt
 //npc: npc/events/nguild/nguild_treas.txt
@@ -194,16 +194,18 @@ npc: npc/kafras/dts_warper.txt
 //npc: npc/events/nguild/nguild_kafras.txt
 // --------------------------------------------------------------
 // --------------------------- Others ---------------------------
-npc: npc/other/pvp.txt
+//npc: npc/other/arena.txt
 npc: npc/other/books.txt
-npc: npc/other/msg_boards.txt
 npc: npc/other/bulletin_boards.txt
-npc: npc/other/monster_museum.txt
-npc: npc/other/marriage.txt
-npc: npc/other/divorce.txt
 npc: npc/other/comodo_gambling.txt
+npc: npc/other/divorce.txt
+npc: npc/other/fortune.txt
+npc: npc/other/hugel_bingo.txt
+//npc: npc/other/mail.txt
+npc: npc/other/marriage.txt
+npc: npc/other/monster_museum.txt
+npc: npc/other/msg_boards.txt
 npc: npc/other/powernpc.txt
+npc: npc/other/pvp.txt
 npc: npc/other/resetskill.txt
-npc: npc/other/hugel_bingo.txt
-npc: npc/other/mail.txt
 // --------------------------------------------------------------