From 55053e0fc0c214b28d4588147d92fe2689665576 Mon Sep 17 00:00:00 2001 From: atemo Date: Mon, 13 Apr 2020 20:28:08 +0200 Subject: [PATCH] Follow-up https://github.com/rathena/rathena/commit/629313784199ce4a0d6fce39d8369a74c5be396e Fixed a typo in MorseCave.txt --- npc/re/instances/MorseCave.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/re/instances/MorseCave.txt b/npc/re/instances/MorseCave.txt index 41f2fe2b00..cd43962497 100644 --- a/npc/re/instances/MorseCave.txt +++ b/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);