From 830076271d4c670008744fa56951818757816a37 Mon Sep 17 00:00:00 2001 From: euphyy Date: Wed, 20 Jun 2012 21:21:00 +0000 Subject: * Optimized "Elemental Stone Trader" (merchants\elemental_trader.txt) * Optimized "Armor Enchanter" (merchants\enchan_arm.txt) * Optimized "Manuk Merchant" (merchants\manuk.txt) * Fixed an incorrect variable in "Thanatos Tower" script, as per bugreport:6073 (quests\thana_quest.txt) * Reverted quests_morocc edit, encoding error? - bugreport:6067 (quests\quests_morocc.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16325 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/thana_quest.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc/quests/thana_quest.txt') diff --git a/npc/quests/thana_quest.txt b/npc/quests/thana_quest.txt index dadc32996..ab3307c5f 100644 --- a/npc/quests/thana_quest.txt +++ b/npc/quests/thana_quest.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= [Ishizu-chan] //===== Current Version: ===================================== -//= 2.5 +//= 2.5a //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= @@ -27,6 +27,7 @@ //= 2.3 Added continue and break in switch case. [JayPee] //= 2.4 Fixed a minor bug with Arch Bishop checks. [Euphy] //= 2.5 Cleaning. [Euphy] +//= 2.5a Fixed an incorrect variable. [Euphy] //============================================================ hu_fild01,140,163,5 script Tower Keeper 852,3,3,{ @@ -2528,7 +2529,7 @@ OnTouch: next; input .@inputstr$; if (countitem(7437) > 0) { - if (@inputstr$ == "Fragment of Misery") { + if (.@inputstr$ == "Fragment of Misery") { mes "^3355FFYou insert the"; mes "Fragment of Misery"; mes "into the crest, causing"; -- cgit v1.2.3-60-g2f50