diff options
author | MasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-09 11:06:50 +0000 |
---|---|---|
committer | MasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-09 11:06:50 +0000 |
commit | 0c550b5c19d419dded5a4b3885ffa150c67b5d61 (patch) | |
tree | 1eaf030f364224beb9a78628832a59f93ec00693 /npc | |
parent | 04d0e73f76f60b6f2a1fcda353a4098e7b8befee (diff) | |
download | hercules-0c550b5c19d419dded5a4b3885ffa150c67b5d61.tar.gz hercules-0c550b5c19d419dded5a4b3885ffa150c67b5d61.tar.bz2 hercules-0c550b5c19d419dded5a4b3885ffa150c67b5d61.tar.xz hercules-0c550b5c19d419dded5a4b3885ffa150c67b5d61.zip |
A small fix to Shinokas quest.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7066 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/cities/einbech.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 0bd7955ab..e52f6fa05 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -37,6 +37,7 @@ Musashiden Date Added
======
06/09
+ * A small fix to Shinokas quest [MasterOfMuppets]
* Reverted back fully working counteragent_mixture.txt. Don't touch 8) PM me [Lupus]
06/07
* Fixed Yuno Kafra warp, sorry guys, I made a typo [Evera]
diff --git a/npc/cities/einbech.txt b/npc/cities/einbech.txt index e019a47fe..8327e2df1 100644 --- a/npc/cities/einbech.txt +++ b/npc/cities/einbech.txt @@ -405,6 +405,7 @@ einbech.gat,57,210,4 script Young Man 854,{ mes "that old act that way, but";
mes "it makes me wonder what";
mes "could have happened to him.";
+ set ein_young_man,1;
close;
}
|