summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/Changelog.txt2
-rw-r--r--npc/cities/lighthalzen.txt7
2 files changed, 6 insertions, 3 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index eba3b4156..84dfc06ab 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -1,5 +1,7 @@
Date Added
======
+2008/03/06
+ * Rev 12309 Another fix to Lucius. (bugreport:1118) [L0ne_W0lf]
2008/03/04
* Rev 12290 Hopefully fixed waiting room in the assassin quest. (bugreport:1100) [L0ne_W0lf0
2008/03/03
diff --git a/npc/cities/lighthalzen.txt b/npc/cities/lighthalzen.txt
index 7a5ece4da..8d52eced2 100644
--- a/npc/cities/lighthalzen.txt
+++ b/npc/cities/lighthalzen.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= erKURITA, Au{R}oN (Translated by Alan), $ephiroth
//===== Current Version: =====================================
-//= 1.7
+//= 1.7a
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -34,7 +34,8 @@
//= reduced usage of the command "goto", grammatical corrections.
//= Added additional missing NPCs.
//= 1.7 Removed Auciton Staff as the offical auction file has been added. [L0ne_W0lf]
-//= Corrected Lucious so he checks the donation variable. (bugreport:1103) [L0ne_W0lf]
+//= Corrected Lucius so he checks the donation variable. (bugreport:1103) [L0ne_W0lf]
+//= 1.7a Another fix to Lucius. (bugreport:1118) [L0ne_W0lf]
//=============================================================
lighthalzen,198,285,5 script Jiwon#zen5 862,{
@@ -595,7 +596,7 @@ lighthalzen,182,102,3 script Lucius#zen5 866,{
mes "donations. I'm glad to see";
mes "that there are still kind and";
mes "generous people in the world.";
- if ($donatedzeny < 260000) {
+ if ($donatedzeny > 260000) {
next;
mes "[Lucius]";
mes "This should be enough";