summaryrefslogtreecommitdiff
path: root/npc/017-1/drowned_man.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-20 15:22:05 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-20 15:22:05 -0300
commitb5ded90ad8713cd3e51949d9de51089ae8c0ab31 (patch)
tree2e7c42892b90cf4ccc46073e72702f603a739945 /npc/017-1/drowned_man.txt
parent100dd0b08c9143259799fc9784dc53df06a695ac (diff)
downloadserverdata-b5ded90ad8713cd3e51949d9de51089ae8c0ab31.tar.gz
serverdata-b5ded90ad8713cd3e51949d9de51089ae8c0ab31.tar.bz2
serverdata-b5ded90ad8713cd3e51949d9de51089ae8c0ab31.tar.xz
serverdata-b5ded90ad8713cd3e51949d9de51089ae8c0ab31.zip
*facepalm*
Diffstat (limited to 'npc/017-1/drowned_man.txt')
-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;