From c08a03cd066b391197347e73ebe520cad38e156e Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Sat, 25 Oct 2008 15:11:51 +0000 Subject: Fixed a copy/paste error in Nordri. (bugreport:2372) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13325 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/Changelog.txt | 3 +++ npc/quests/seals/mjolnir_seal.txt | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/npc/Changelog.txt b/npc/Changelog.txt index c5f4bbd4b..f9f560417 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -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) diff --git a/npc/quests/seals/mjolnir_seal.txt b/npc/quests/seals/mjolnir_seal.txt index 7c8c88467..4a3674729 100644 --- a/npc/quests/seals/mjolnir_seal.txt +++ b/npc/quests/seals/mjolnir_seal.txt @@ -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"; -- cgit v1.2.3-60-g2f50