- Fixed Acolyte Tutorial/Quest: A wrong placed curly bracket. Thanks to clydelion! (npc/quests/first_class/tu_acolyte.txt)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16989 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
j-tkay 2012-11-30 16:48:37 +00:00
parent c300d95241
commit 4d85fe4059

View File

@ -3,7 +3,7 @@
//===== By: ================================================== //===== By: ==================================================
//= Fix up by Jukka //= Fix up by Jukka
//===== Current Version: ===================================== //===== Current Version: =====================================
//= 1.5 //= 1.6
//===== Compatible With: ===================================== //===== Compatible With: =====================================
//= rAthena SVN (Testet in Trunk 88xx) //= rAthena SVN (Testet in Trunk 88xx)
//===== Description: ========================================= //===== Description: =========================================
@ -16,6 +16,7 @@
//= 1.3 Fixed bad NPC header data to comply with rev. 11603. [L0ne_W0lf] //= 1.3 Fixed bad NPC header data to comply with rev. 11603. [L0ne_W0lf]
//= 1.4 Misc. updates. [L0ne_W0lf] //= 1.4 Misc. updates. [L0ne_W0lf]
//= 1.5 Adjusted EXP gains to Renewal values. //= 1.5 Adjusted EXP gains to Renewal values.
//= 1.6 Fixed a wrong placed curly bracket. [Joseph]
//============================================================ //============================================================
@ -1540,6 +1541,7 @@ prt_monk,153,210,3 script Cleope Verce 95,{
mes "young friend~"; mes "young friend~";
close; close;
} }
}
mes "Hmmm?"; mes "Hmmm?";
mes "It looks like you've"; mes "It looks like you've";
mes "learned quite a lot as"; mes "learned quite a lot as";
@ -1555,7 +1557,6 @@ prt_monk,153,210,3 script Cleope Verce 95,{
mes "weather today..."; mes "weather today...";
close; close;
} }
}
//=================================================Range NPC==================================================== //=================================================Range NPC====================================================
prt_monk,217,123,0 script #tu_monk 139,10,10,{ prt_monk,217,123,0 script #tu_monk 139,10,10,{
OnTouch_: OnTouch_: