diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-16 09:18:00 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-02-16 09:18:00 +0000 |
commit | 2501bd3040bad56780b626d43173d3fbe5168f4b (patch) | |
tree | da100b4916e356325da5295bf15f4cfb693c9fde /npc/cities/jawaii.txt | |
parent | 44a3fb6000736374fbad13159f5a955151f039e9 (diff) | |
download | hercules-2501bd3040bad56780b626d43173d3fbe5168f4b.tar.gz hercules-2501bd3040bad56780b626d43173d3fbe5168f4b.tar.bz2 hercules-2501bd3040bad56780b626d43173d3fbe5168f4b.tar.xz hercules-2501bd3040bad56780b626d43173d3fbe5168f4b.zip |
fixed jawaii script
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5296 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/cities/jawaii.txt')
-rw-r--r-- | npc/cities/jawaii.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/cities/jawaii.txt b/npc/cities/jawaii.txt index dd4dfe463..8f7245001 100644 --- a/npc/cities/jawaii.txt +++ b/npc/cities/jawaii.txt @@ -4,7 +4,7 @@ //= jAthena (1.0)
//= DNett123 (1.1 - 1.5)
//===== Current Version: =====================================
-//= 2.0
+//= 2.01
//===== Compatible With: =====================================
//= Latest eAthena SVN
//===== Description: =========================================
@@ -21,6 +21,7 @@ //= 1.7 – Fixed a lot of typo’s [Nexon]
//= 1.8 - Removed monster spawns, added aegis ep 8.5 spawns to npc/mobs/fields/jawaii.txt [MasterOfMuppets]
//= 2.0 - Updated the npcs according to iRO [MasterOfMuppets]
+//= 2.01 fixed missing @ at randomdrink, thanks to theultramage [Lupus]
//============================================================
//===== Shop: ================================================
@@ -493,7 +494,7 @@ jawaii_in.gat,28,124,0 script Bartender#jaw 46,{ mes "Boss...Give me another shot...";
next;
}
- else if(randomdrink == 4)
+ else if(@randomdrink == 4)
{
mes "[Bartender]";
mes "Hmm... How about this?";
|