diff options
author | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-25 21:48:50 +0000 |
---|---|---|
committer | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-25 21:48:50 +0000 |
commit | 99936e8b1487b5f922b00d82116e7b430d173333 (patch) | |
tree | c656663e4e1379cfd9e2250dd67fb47e80cab2a1 /npc/cities/jawaii.txt | |
parent | 7cfdfb860e25f24181846d0928d1b8dffc0cb868 (diff) | |
download | hercules-99936e8b1487b5f922b00d82116e7b430d173333.tar.gz hercules-99936e8b1487b5f922b00d82116e7b430d173333.tar.bz2 hercules-99936e8b1487b5f922b00d82116e7b430d173333.tar.xz hercules-99936e8b1487b5f922b00d82116e7b430d173333.zip |
* Fixed a Problem in Mage Quest. (bugreport:489)
* Change a "+ name +" to "+ strcharinfo +" in a jawaii NPC.
* Change to non-capital letters StarGladiator and SoulLinker Quests Name.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11805 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 47faece1e..9a7635933 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.3 +//= 3.3a //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -31,6 +31,7 @@ //= 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] +//= 3.3a Just a little typo error. [Samuray22] //============================================================ // Jawaii //============================================================ @@ -1140,7 +1141,7 @@ jawaii_in,43,115,0 script Customer#jaw_1 97,{ next; mes "^3355FFHe ordered a JJ special for me.^000000"; next; - mes "["+ name +"]"; + mes "["+ strcharinfo(0) +"]"; mes "Damn...!"; mes "Damn! I will be"; mes "the one who laughs last!"; |