Browse Source

* Follow-up r16725: changed atcommand.c comments to match new msg_athena lines (credits to mkbu95)
* Fixed bugreport:6609, incorrect message numbers in atcommand.c
* Fixed bugreport:6608, typo in quests_dicastes.txt

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

euphyy 12 years ago
parent
commit
bc54a54ae5
2 changed files with 119 additions and 119 deletions
  1. 1 1
      npc/re/quests/quests_dicastes.txt
  2. 118 118
      src/map/atcommand.c

+ 1 - 1
npc/re/quests/quests_dicastes.txt

@@ -441,7 +441,7 @@ dic_in01,51,270,6	script	Supply Dept. 1 Manager#	449,{
 			if (checkquest(12161) == -1) {
 				mes "So you didn't get any requests yet. Pura will have piles of requests and might give you one. Try meeting him.";
 				close;
-			} else if (checkquest(12163,PLAYTIME) == 2) {
+			} else if (checkquest(12161,PLAYTIME) == 2) {
 				mes "I erased all records related with the previous request. Go to meet Pura.";
 				que_dic(12117,12118,12119,12120,12121,12122,12123,12124,12125,12126);
 				erasequest 12161;

File diff suppressed because it is too large
+ 118 - 118
src/map/atcommand.c


Some files were not shown because too many files changed in this diff