diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-20 21:21:00 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-20 21:21:00 +0000 |
commit | 830076271d4c670008744fa56951818757816a37 (patch) | |
tree | 225e897882a7b238af8d04f6343e4e5ac6740511 /npc/quests/thana_quest.txt | |
parent | 2b83db91561ffe24b75fa66ed9c4e4c9cfbd50f7 (diff) | |
download | hercules-830076271d4c670008744fa56951818757816a37.tar.gz hercules-830076271d4c670008744fa56951818757816a37.tar.bz2 hercules-830076271d4c670008744fa56951818757816a37.tar.xz hercules-830076271d4c670008744fa56951818757816a37.zip |
* 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
Diffstat (limited to 'npc/quests/thana_quest.txt')
-rw-r--r-- | npc/quests/thana_quest.txt | 5 |
1 files changed, 3 insertions, 2 deletions
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"; |