diff options
Diffstat (limited to 'npc/quests/quests_13_2.txt')
-rw-r--r-- | npc/quests/quests_13_2.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/quests/quests_13_2.txt b/npc/quests/quests_13_2.txt index bbeb3ce2f..e3d6d28ee 100644 --- a/npc/quests/quests_13_2.txt +++ b/npc/quests/quests_13_2.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.0 +//= 1.1 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -12,6 +12,7 @@ //= Otherworld language //===== Additional Comments: ================================= //= 1.0 First version +//= 1.1 Fixed unidentified_coin -> unidentified_mineral. (bugreport:4086) //============================================================ // Cat Hand Addition. (Leads to 13.2 areas) @@ -2381,7 +2382,7 @@ man_fild02,241,227,0 script Mysterious Rock#40 844,{ getitem 6080,1; //Manuk_Coin } else if (.@rhea_ran > 18) { - set Unidentified_Coin,Unidentified_Coin+1; + getitem 6048,1; //Unidentified_Mineral } initnpctimer; disablenpc "Mysterious Rock#40"; |