diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-06 18:19:09 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-06 18:19:09 +0000 |
commit | 98e5e5302359c893d4889788c612116bda3efc0f (patch) | |
tree | c1bec2778df0a26b02543b6616a9e49fa68c236b /npc/cities/lighthalzen.txt | |
parent | b888e5435fdf4b3a7d32c050bdbd166f1c0d458b (diff) | |
download | hercules-98e5e5302359c893d4889788c612116bda3efc0f.tar.gz hercules-98e5e5302359c893d4889788c612116bda3efc0f.tar.bz2 hercules-98e5e5302359c893d4889788c612116bda3efc0f.tar.xz hercules-98e5e5302359c893d4889788c612116bda3efc0f.zip |
Another fix to Lucius. (bugreport:1118)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12309 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities/lighthalzen.txt')
-rw-r--r-- | npc/cities/lighthalzen.txt | 7 |
1 files changed, 4 insertions, 3 deletions
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"; |