diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-07 17:02:10 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-07 17:02:10 +0000 |
commit | 46277a00763ea482918a6e358de4fe0de51ef0c1 (patch) | |
tree | c35a9980b89189f25a2eacbb4905bea5dd5c2539 /npc | |
parent | 89bcd14a9ba4d29b59c143c8c6ee525c549d7985 (diff) | |
download | hercules-46277a00763ea482918a6e358de4fe0de51ef0c1.tar.gz hercules-46277a00763ea482918a6e358de4fe0de51ef0c1.tar.bz2 hercules-46277a00763ea482918a6e358de4fe0de51ef0c1.tar.xz hercules-46277a00763ea482918a6e358de4fe0de51ef0c1.zip |
* Small bug fix in the Geffen NPCs (end -> next) care of Lesbian.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11376 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/cities/geffen.txt | 7 |
2 files changed, 5 insertions, 3 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 5f7f7c7e5..b1dd257da 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,6 +1,7 @@ Date Added ====== 2007/10/06 + * Rev. 11376 Small bug fix in the Geffen NPCs (end -> next) care of Lesbian. [L0ne_W0lf] * Rev. 11375 Fixed an error in the Sage job quest, thanks to Cara. [L0ne_W0lf] * Removed function F_BlockHigh from Valkyrie.txt * Fixed scripts that used 'stoptimer' instead of 'stopnpctimer' [ultramage] diff --git a/npc/cities/geffen.txt b/npc/cities/geffen.txt index b7da4df61..ab06fcf58 100644 --- a/npc/cities/geffen.txt +++ b/npc/cities/geffen.txt @@ -16,8 +16,9 @@ //= 1.3 added a Level 4 weapon quest related NPC [MasterOfMuppets] //= 1.4 Removed Duplicates [Silent] //= 1.5 Fixed some typos and coordinates [Musashiden] -//= 1.51 Fixed a small typo [Evera] -//= 1.6 Rescripted to AEgis 10.3 standards. [L0ne_W0lf[ +//= 1.5a Fixed a small typo [Evera] +//= 1.6 Rescripted to Aegis 10.3 standards. [L0ne_W0lf] +//= 1.6a Small bug fix. (end -> next) care of Lesbian. [L0ne_W0lf] //============================================================ geffen,59,143,0 script Meera 91,{ @@ -219,7 +220,7 @@ OnTouch: mes "^333333*Psssst!*"; mes "H-Hey you!"; mes "You wanna get your hands on some great stuff? Come on over!^000000"; - end; + next; mes "[Suspicious Guy]"; if (sex) mes "Hey there tough guy. You look smart enough to recognize a bargain when it's right in front of your eyes."; |