diff options
author | Kisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-05-21 17:49:57 +0000 |
---|---|---|
committer | Kisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-05-21 17:49:57 +0000 |
commit | 8e517a17d340d014c94ace5c7e6f83909e63ecf1 (patch) | |
tree | 8e17925efe7d54f4cc93a8c6dd995fa70233b410 /npc/cities/brasilis.txt | |
parent | 354d24245e3b31174ee3cb49bc188c77776e7d3b (diff) | |
download | hercules-8e517a17d340d014c94ace5c7e6f83909e63ecf1.tar.gz hercules-8e517a17d340d014c94ace5c7e6f83909e63ecf1.tar.bz2 hercules-8e517a17d340d014c94ace5c7e6f83909e63ecf1.tar.xz hercules-8e517a17d340d014c94ace5c7e6f83909e63ecf1.zip |
- Fixed issue with Brute Sailor not taking zeny (bugreport:4244).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14303 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities/brasilis.txt')
-rw-r--r-- | npc/cities/brasilis.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/cities/brasilis.txt b/npc/cities/brasilis.txt index 5682c037c..4d97694fc 100644 --- a/npc/cities/brasilis.txt +++ b/npc/cities/brasilis.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.0 +//= 1.1 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -11,6 +11,7 @@ //= Brasilis Town Script //===== Additional Comments: ================================= //= 1.0 First version. Transportation and Basic NPCs. +//= 1.1 Fixed Zeny not being removed for payment. [Kisuka] //============================================================ alberta,247,115,3 script Brute Sailor#bra2 100,{ @@ -28,6 +29,7 @@ alberta,247,115,3 script Brute Sailor#bra2 100,{ mes "[Brute Sailor]"; mes "Great! Let's Go!"; close2; + set Zeny,Zeny-10000; warp "brasilis",314,60; end; } |