diff options
author | j-tkay <j-tkay@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-11-30 16:48:37 +0000 |
---|---|---|
committer | j-tkay <j-tkay@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-11-30 16:48:37 +0000 |
commit | acee0f80c837286e302b82d9b29a05b4f3a6e404 (patch) | |
tree | 9ec9a7becc23310442931f7b567cc77003f51049 /npc/quests | |
parent | d8514a81bbd118303e62e109ca56950b50fa82f3 (diff) | |
download | hercules-acee0f80c837286e302b82d9b29a05b4f3a6e404.tar.gz hercules-acee0f80c837286e302b82d9b29a05b4f3a6e404.tar.bz2 hercules-acee0f80c837286e302b82d9b29a05b4f3a6e404.tar.xz hercules-acee0f80c837286e302b82d9b29a05b4f3a6e404.zip |
- Fixed Acolyte Tutorial/Quest: A wrong placed curly bracket. Thanks to clydelion! (npc/quests/first_class/tu_acolyte.txt)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16989 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests')
-rw-r--r-- | npc/quests/first_class/tu_acolyte.txt | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/npc/quests/first_class/tu_acolyte.txt b/npc/quests/first_class/tu_acolyte.txt index d60e0580d..d42c9a411 100644 --- a/npc/quests/first_class/tu_acolyte.txt +++ b/npc/quests/first_class/tu_acolyte.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Fix up by Jukka //===== Current Version: ===================================== -//= 1.5 +//= 1.6 //===== Compatible With: ===================================== //= rAthena SVN (Testet in Trunk 88xx) //===== Description: ========================================= @@ -16,6 +16,7 @@ //= 1.3 Fixed bad NPC header data to comply with rev. 11603. [L0ne_W0lf] //= 1.4 Misc. updates. [L0ne_W0lf] //= 1.5 Adjusted EXP gains to Renewal values. +//= 1.6 Fixed a wrong placed curly bracket. [Joseph] //============================================================ @@ -1540,21 +1541,21 @@ prt_monk,153,210,3 script Cleope Verce 95,{ mes "young friend~"; close; } - mes "Hmmm?"; - mes "It looks like you've"; - mes "learned quite a lot as"; - mes "an Acolyte! I hate to admit it,"; - mes "but you're too good for me to"; - mes "call you a rookie anymore~"; - close; } - mes "Hello hello."; - mes "The sun is very"; - mes "warm today, don't"; - mes "think? Very pleasant"; - mes "weather today..."; + mes "Hmmm?"; + mes "It looks like you've"; + mes "learned quite a lot as"; + mes "an Acolyte! I hate to admit it,"; + mes "but you're too good for me to"; + mes "call you a rookie anymore~"; close; } + mes "Hello hello."; + mes "The sun is very"; + mes "warm today, don't"; + mes "think? Very pleasant"; + mes "weather today..."; + close; } //=================================================Range NPC==================================================== prt_monk,217,123,0 script #tu_monk 139,10,10,{ |