msg typo
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9878 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
fe4527d3a7
commit
d3497fee2b
@ -34,7 +34,7 @@ prontera.gat,146,163,6 script Novice Castles 729,{
|
|||||||
if(getcharid(2)!=0){
|
if(getcharid(2)!=0){
|
||||||
if(getgdskilllv(getcharid(2),10013)){
|
if(getgdskilllv(getcharid(2),10013)){
|
||||||
mes "I see... your guild has Emergency Call mastered.";
|
mes "I see... your guild has Emergency Call mastered.";
|
||||||
mes "You can't enter the Novice Caste area.";
|
mes "You cannot enter the Novice Castle area.";
|
||||||
emotion e_hmm;
|
emotion e_hmm;
|
||||||
emotion e_wah,1;
|
emotion e_wah,1;
|
||||||
close;
|
close;
|
||||||
@ -57,7 +57,7 @@ prontera.gat,146,163,6 script Novice Castles 729,{
|
|||||||
getgdskilllv(getcharid(2),10014) > 9
|
getgdskilllv(getcharid(2),10014) > 9
|
||||||
){
|
){
|
||||||
mes "I see... your guild has Emergency Call mastered.";
|
mes "I see... your guild has Emergency Call mastered.";
|
||||||
mes "You can't enter the Novice Caste area.";
|
mes "You cannot enter the Novice Castle area.";
|
||||||
emotion e_hmm;
|
emotion e_hmm;
|
||||||
emotion e_wah,1;
|
emotion e_wah,1;
|
||||||
close;
|
close;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user