diff options
author | Kisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-02-19 00:09:56 +0000 |
---|---|---|
committer | Kisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-02-19 00:09:56 +0000 |
commit | 6a3dd115ac3d67fcf09646a829acbfa7768e2fa5 (patch) | |
tree | 3267bc22dde60572ce41ddc26e2174de33a8049f /npc/quests/skills | |
parent | f1a6d574ac8217f9fcdf6efc92e71ee1b451310d (diff) | |
download | hercules-6a3dd115ac3d67fcf09646a829acbfa7768e2fa5.tar.gz hercules-6a3dd115ac3d67fcf09646a829acbfa7768e2fa5.tar.bz2 hercules-6a3dd115ac3d67fcf09646a829acbfa7768e2fa5.tar.xz hercules-6a3dd115ac3d67fcf09646a829acbfa7768e2fa5.zip |
- Fixed typo on rogue_skills.txt (bugreport:4768)
- Fixed issue on icecream.txt (bugreport:4752)
- Added missing prize on comodo_gambling.txt (bugreport:4748)
- Rescripted the iRO event scripts.
- Updated the Read Me.
- Added 2009 Novice Training Grounds.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14711 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/skills')
-rw-r--r-- | npc/quests/skills/rogue_skills.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/quests/skills/rogue_skills.txt b/npc/quests/skills/rogue_skills.txt index 9d417cc1a..6c35b4102 100644 --- a/npc/quests/skills/rogue_skills.txt +++ b/npc/quests/skills/rogue_skills.txt @@ -237,9 +237,9 @@ in_rogue,355,179,0 script Haijara Greg#rogueguild 46,{ mes "[Haijara Greg]"; mes "Hmm... Well, I suppose"; if (Upper == 1) - mes "I can trust a fellow Rogue"; - else mes "I can trust a fellow Stalker"; + else + mes "I can trust a fellow Rogue"; mes "with my predictament. Honor"; mes "among thieves and all that."; mes "Alright. Have you ever heard"; |