summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-03-14 18:42:35 -0300
committerJesusaves <cpntb1@ymail.com>2018-03-14 18:42:35 -0300
commit8e78e36dab589bbf0516a747457bb50870aca0dc (patch)
treeb1952ddc16293b9fd5484db147b0f9513a6f5e0a
parent18cdc45259072183cc6dbcdf6846c3ebe21de894 (diff)
downloadserverdata-8e78e36dab589bbf0516a747457bb50870aca0dc.tar.gz
serverdata-8e78e36dab589bbf0516a747457bb50870aca0dc.tar.bz2
serverdata-8e78e36dab589bbf0516a747457bb50870aca0dc.tar.xz
serverdata-8e78e36dab589bbf0516a747457bb50870aca0dc.zip
Fix missing "end;" on Silvia
-rw-r--r--npc/003-1/silvia.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/003-1/silvia.txt b/npc/003-1/silvia.txt
index b98dbd4dc..606b6db70 100644
--- a/npc/003-1/silvia.txt
+++ b/npc/003-1/silvia.txt
@@ -7,6 +7,7 @@
if (strcharinfo(0) == $MOST_HEROIC$) npctalk l("Oh my, the great @@ has come to talk to me!", $MOST_HEROIC$);
if (strcharinfo(0) != $MOST_HEROIC$) hello;
+end;
OnInit:
.@npcId = getnpcid(0, .name$);