- Fixed a typo in r16840.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16841 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
230bd28024
commit
c182390854
@ -2362,7 +2362,7 @@ Example 2: check party count (with a 'next' pause), before warping to event
|
||||
getpartymember getcharid(1), 1;
|
||||
getpartymember getcharid(1), 2;
|
||||
|
||||
if ( $@partymembercount < .register_num ) {
|
||||
if ( $@partymembercount != .register_num ) {
|
||||
mes "Please form a party of "+ .register_num +" to continue";
|
||||
close;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user