Typo fixed in guildcastles.txt (#3253)
This commit is contained in:
parent
0047d4168d
commit
915c15622c
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user