Browse Source

Follow-up https://github.com/rathena/rathena/commit/629313784199ce4a0d6fce39d8369a74c5be396e
Fixed a typo in MorseCave.txt

atemo 5 years ago
parent
commit
55053e0fc0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      npc/re/instances/MorseCave.txt

+ 1 - 1
npc/re/instances/MorseCave.txt

@@ -1341,7 +1341,7 @@ OnTouch:
 	getpartymember getcharid(1), 2, .@account_id;
 
 	for ( .@i = 0; .@i < $@partymembercount; .@i++ ) {
-		if (isloggedin(.@account_id[.@i],.@char_id[.@i]) == true)
+		if (isloggedin(.@account_id[.@i],.@char_id[.@i]) == false)
 			continue;
 		if (strcharinfo(3,.@char_id[.@i]) == 'map_rev$) {
 			.@n = (.@index % .@size);