diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-25 23:59:32 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-25 23:59:32 +0000 |
commit | f774109e08b88a2dc518f6e1e5a189974fb0868f (patch) | |
tree | 0132aab63c7b5bef8e4247616099942408962f15 /npc/cities | |
parent | d1e6e862597f8bbadb055f90e31828c2ed61d01b (diff) | |
download | hercules-f774109e08b88a2dc518f6e1e5a189974fb0868f.tar.gz hercules-f774109e08b88a2dc518f6e1e5a189974fb0868f.tar.bz2 hercules-f774109e08b88a2dc518f6e1e5a189974fb0868f.tar.xz hercules-f774109e08b88a2dc518f6e1e5a189974fb0868f.zip |
Minor fixes here and there to a few scripts.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11574 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities')
-rw-r--r-- | npc/cities/jawaii.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/cities/jawaii.txt b/npc/cities/jawaii.txt index 4055cdae5..47faece1e 100644 --- a/npc/cities/jawaii.txt +++ b/npc/cities/jawaii.txt @@ -5,7 +5,7 @@ //= DNett123 (1.1 - 1.5) //= L0ne_w0lf //===== Current Version: ===================================== -//= 3.2 +//= 3.3 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -30,6 +30,7 @@ //= replaced getpartnerid() with ispartneron() at some tri-forks [Lupus] //= 3.2 Reverted ispartneron() BACK to getpartnerid(). [L0ne_W0lf] //= None of the NPCs need the player's partner to be online. +//= 3.3 Just a small fix up on the Bartender. [L0ne_W0lf] //============================================================ // Jawaii //============================================================ @@ -1057,7 +1058,6 @@ jawaii_in,28,124,0 script Bartender#jaw 46,{ case 5: callsub S_KillChar,1; - mes "[Bartender]"; mes "There are not many people who like this drink. But the ones that do like this drink, love it."; next; mes "[Bartender]"; |