Minor fix on BG script.
Based on this report. http://rathena.org/board/tracker/issue-8813-minor-warning-on-battleground-script/
This commit is contained in:
parent
cfa4d3c6b1
commit
156c5c848d
@ -49,7 +49,7 @@ bat_room,164,178,5 script KVM Mercenary Officer#1 418,{
|
|||||||
if (BaseLevel > 79) warp "bat_room",169,223;
|
if (BaseLevel > 79) warp "bat_room",169,223;
|
||||||
else if (BaseLevel < 60) warp "bat_room",197,223;
|
else if (BaseLevel < 60) warp "bat_room",197,223;
|
||||||
else warp "bat_room",225,223;
|
else warp "bat_room",225,223;
|
||||||
close;
|
end;
|
||||||
case 2:
|
case 2:
|
||||||
mes "[Guillaume Mercenary Officer]";
|
mes "[Guillaume Mercenary Officer]";
|
||||||
mes "We will win!";
|
mes "We will win!";
|
||||||
@ -149,7 +149,7 @@ bat_room,164,121,1 script KVM Mercenary Officer#2 414,{
|
|||||||
if (BaseLevel > 79) warp "bat_room",169,207;
|
if (BaseLevel > 79) warp "bat_room",169,207;
|
||||||
else if (BaseLevel < 60) warp "bat_room",197,207;
|
else if (BaseLevel < 60) warp "bat_room",197,207;
|
||||||
else warp "bat_room",225,207;
|
else warp "bat_room",225,207;
|
||||||
close;
|
end;
|
||||||
case 2:
|
case 2:
|
||||||
mes "[Croix Mercenary Officer]";
|
mes "[Croix Mercenary Officer]";
|
||||||
mes "We will win!";
|
mes "We will win!";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user