Fixed unidentified_coin -> unidentified_mineral. (bugreport:4086)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14259 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
ec29baaa99
commit
7a083cd529
@ -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)
|
||||
|
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user