Fixed a copy/paste error in Nordri. (bugreport:2372)
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13325 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
70d49d4858
commit
6dd23665c2
@ -1,5 +1,8 @@
|
||||
Date Added
|
||||
======
|
||||
2008/10/25
|
||||
* Rev. 13325 Fixed a copy/paste error in Nordri. (bugreport:2372) [L0ne_W0lf]
|
||||
|
||||
2008/10/24
|
||||
* Rev. 13319 Bugfixing yay! Just goin' though the tracker. [L0ne_W0lf]
|
||||
- Fixed variables in a loop in the novice grounds. (bugreport:2374)
|
||||
|
@ -3,7 +3,7 @@
|
||||
//===== By: ==================================================
|
||||
//= SinSloth
|
||||
//===== Current Version: =====================================
|
||||
//= 1.6
|
||||
//= 1.7
|
||||
//===== Compatible With: =====================================
|
||||
//= eAthena
|
||||
//===== Description: =========================================
|
||||
@ -18,6 +18,7 @@
|
||||
//= 1.5 Fixed Trans classes being assigned random reward. [L0ne_W0lf]
|
||||
//= 1.6 Fixed checking for Oridecon Hammer. [L0ne_W0lf]
|
||||
//= Corrected Sudi's and player's HP settings.
|
||||
//= 1.7 Fixed a copy/paste error in Nordri. [L0ne_W0lf]
|
||||
//============================================================
|
||||
|
||||
prontera,124,297,3 script Tialfi 706,{
|
||||
@ -2594,7 +2595,7 @@ mjolnir_12,18,18,7 script Dwarf Blacksmith#north 826,{
|
||||
mes "If you have the Zeny to spare, why don't you buy some snacks for your travels? Perhaps some delicious Bananas, or even some Pumpkins...";
|
||||
close;
|
||||
}
|
||||
else if (god_mjo_1 == 0 || god_mjo_1 == 1 || god_mjo_2 == 0 || god_mjo_2 == 1 || god_mjo_3 == 0 || god_mjo_3 == 1) {
|
||||
else if ((god_mjo_2 != 0) || (god_mjo_3 != 0) || (god_mjo_4 != 0)) {
|
||||
mes "[Nordri]";
|
||||
mes "What business";
|
||||
mes "do you have with";
|
||||
|
Loading…
x
Reference in New Issue
Block a user