From b5ded90ad8713cd3e51949d9de51089ae8c0ab31 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 20 Mar 2019 15:22:05 -0300 Subject: *facepalm* --- npc/017-1/drowned_man.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/017-1') diff --git a/npc/017-1/drowned_man.txt b/npc/017-1/drowned_man.txt index b325debc9..f543f0877 100644 --- a/npc/017-1/drowned_man.txt +++ b/npc/017-1/drowned_man.txt @@ -110,7 +110,7 @@ OnInit: // Can't jump with pets getinventorylist(); for (.@i=4000; .@i < 4015 ; .@i++) { - if (array_find(@inventorylist_id[], .@i) >= 0) { + if (array_find(@inventorylist_id, .@i) >= 0) { mesc l("Can't bring pets with you..."), 1; next; mesc l("Do you really think the poor creature should jump a bridge in water and DIE?"), 1; -- cgit v1.2.3-60-g2f50