From 8e517a17d340d014c94ace5c7e6f83909e63ecf1 Mon Sep 17 00:00:00 2001 From: Kisuka Date: Fri, 21 May 2010 17:49:57 +0000 Subject: - 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 --- npc/cities/brasilis.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'npc/cities') 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; } -- cgit v1.2.3-60-g2f50