summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/017-1/drowned_man.txt2
1 files changed, 1 insertions, 1 deletions
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;