From 7e74a65aa0c120b3bf61751ccbd2b5ea4c83a840 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Mon, 15 Sep 2008 13:38:58 +0000 Subject: Corrected a typo in Sleinpr seal quest. (bugreport:2234) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13216 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/Changelog.txt | 2 ++ npc/quests/seals/sleipnir_seal.txt | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/Changelog.txt b/npc/Changelog.txt index c9bbd9633..6e42cb978 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,5 +1,7 @@ Date Added ====== +2008/09/15 + * Rev. 13216 Corrected a typo in Sleinpr seal quest. (bugreport:2234) [L0ne_W0lf] 2008/09/14 * Rev. 13210 Added updates to crusader job quest from bugreport:1887. [L0ne_W0lf] * Rev. 13209 Corrected a typo in monster races. (bugreport:2147) diff --git a/npc/quests/seals/sleipnir_seal.txt b/npc/quests/seals/sleipnir_seal.txt index b91bd10bd..69d3f292b 100644 --- a/npc/quests/seals/sleipnir_seal.txt +++ b/npc/quests/seals/sleipnir_seal.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= MasterOfMuppets //===== Current Version: ===================================== -//= 1.2 +//= 1.3 //===== Compatible With: ===================================== //= eAthena //===== Description: ========================================= @@ -12,6 +12,7 @@ //= 1.0 First version. [MasterOfMuppets] //= 1.1 Updated several aspects of the script. [L0ne_W0lf] //= 1.2 Minor Touchups to quest. [L0ne_W0lf] +//= 1.3 Fixed a typo with a variable. [L0ne_W0lf] //============================================================ yuno,164,200,4 script Noyee#G 101,{ @@ -1075,7 +1076,7 @@ que_god01,55,47,3 script Researcher#G3 803,{ set .@count_sl_1,.@count_sl_1 + 1; } next; - if (count_sl_1 > 14) { + if (.@count_sl_1 > 14) { mes "[Kurdt]"; mes "Ah....!"; mes "The materials you have should be enough for me to conduct my experiment. Thank you so much."; -- cgit v1.2.3-70-g09d2