Explorar o código

- Fixed a typo in r16840.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16841 54d463be-8e91-2dee-dedb-b68131a5f0ec
brianluau %!s(int64=12) %!d(string=hai) anos
pai
achega
c182390854
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      doc/script_commands.txt

+ 1 - 1
doc/script_commands.txt

@@ -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;
 	}