From 74b283460a19b508724cd9ea627bf70d0a421e92 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Sat, 6 Sep 2008 10:15:27 +0000 Subject: Applied bug fixes for IDs in recent quests. (bugreport:2189) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13193 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/quests_geffen.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/quests/quests_geffen.txt') diff --git a/npc/quests/quests_geffen.txt b/npc/quests/quests_geffen.txt index 551b61be0..7b1bdd118 100644 --- a/npc/quests/quests_geffen.txt +++ b/npc/quests/quests_geffen.txt @@ -135,9 +135,9 @@ geffen_in,30,71,4 script Eric 83,{ mes "These are the things I need for Grandfather's masterpiece."; close; case 3: - if ((countitem(999) > 39) && (countitem(615) > 0) && (countitem(970) > 0) && (countitem(1003) > 0)) { + if ((countitem(999) > 39) && (countitem(984) > 0) && (countitem(970) > 0) && (countitem(1003) > 0)) { delitem 999,40; //Steel - delitem 615,1; //Oridecon + delitem 984,1; //Oridecon delitem 970,1; //Alchol delitem 1003,1; //Coal getitem 5001,1; // Headset -- cgit v1.2.3-70-g09d2