From c7a6884b345f7f8aaaf65c9529e1cfb8a04609d2 Mon Sep 17 00:00:00 2001 From: euphyy Date: Sun, 2 Sep 2012 20:48:18 +0000 Subject: * 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://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16735 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/re/quests/quests_dicastes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/re/quests/quests_dicastes.txt b/npc/re/quests/quests_dicastes.txt index 2109678d8..784bb5f2d 100644 --- a/npc/re/quests/quests_dicastes.txt +++ b/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; -- cgit v1.2.3-70-g09d2