diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-15 01:08:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-15 01:08:57 -0300 |
commit | b15e0c1b5cbaa30dad2615bf5943b4951686bbe0 (patch) | |
tree | a16bb611b263f9d9a1d1cdfc2865f627f91a2159 | |
parent | 364e629ec881f2d702fac2173988499df7b62cbf (diff) | |
download | serverdata-b15e0c1b5cbaa30dad2615bf5943b4951686bbe0.tar.gz serverdata-b15e0c1b5cbaa30dad2615bf5943b4951686bbe0.tar.bz2 serverdata-b15e0c1b5cbaa30dad2615bf5943b4951686bbe0.tar.xz serverdata-b15e0c1b5cbaa30dad2615bf5943b4951686bbe0.zip |
I'm sleeping, sorry
-rw-r--r-- | npc/003-1/silvia.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/silvia.txt b/npc/003-1/silvia.txt index 8352c3aa0..d486881be 100644 --- a/npc/003-1/silvia.txt +++ b/npc/003-1/silvia.txt @@ -7,9 +7,9 @@ if (strcharinfo(0) == $MOST_HEROIC$) npctalk l("Oh my, the great @@ has come to talk to me!", $MOST_HEROIC$); if (getq(TulimsharQuest_Swezanne) == 4) goto L_Message; + .@q2=getq2(TulimsharQuest_Swezanne); if (.@q2 < santime() || gcsantime(.@q2)) goto L_Unallowed; if (getq(TulimsharQuest_Swezanne) == 1 && getq(TulimsharQuest_Lifestone) < 2) goto L_Lifestone; - .@q2=getq2(TulimsharQuest_Swezanne); if (strcharinfo(0) != $MOST_HEROIC$) hello; end; |