summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/Changelog.txt2
-rw-r--r--npc/quests/quests_13_2.txt5
2 files changed, 5 insertions, 2 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index ed56c94a8..aa5176c34 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -1,5 +1,7 @@
Date Added
======
+2010/-3/04
+ * Rev. 14259 Fixed unidentified_coin -> unidentified_mineral in quests_13_2. (bugreport:4086) [L0ne_W0lf]
2010/03/03
* Rev. 14258 Some bug fixing! Hoorah for me not feeling lazy! [L0ne_W0lf]
- Fixed some issues related to the guild relay quests. (bugreport:3934)
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";