Typo fixed in guildcastles.txt (#3253)

This commit is contained in:
Atemo 2018-06-26 23:42:12 +02:00 committed by GitHub
parent 0047d4168d
commit 915c15622c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ te_prt_gld,159,25,0 warp prtg02_Castle 1,1,prt_castle,102,178
- script warp_TE_castle -1,{
OnTouch:
.@num = strnpcinfo(2);
.@num = atoi( replacestr(strnpcinfo(2), "_te", "") );
switch(.@num) {
case 1: callsub( S_Warp, "te_prtcas01",99,32 );
case 2: callsub( S_Warp, "te_prtcas02",43,229 );