summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-06-02 13:17:30 -0300
committerJesusaves <cpntb1@ymail.com>2024-06-02 13:17:30 -0300
commit2d441b219c8027707c02cf88f8924f0fda61fd3d (patch)
treead12a3ae7b6b4eecdc568d5e2cd9806cd5476ea1 /npc
parent30f974f8b0f2923b9042fba184f4294c0af16f7f (diff)
downloadserverdata-2d441b219c8027707c02cf88f8924f0fda61fd3d.tar.gz
serverdata-2d441b219c8027707c02cf88f8924f0fda61fd3d.tar.bz2
serverdata-2d441b219c8027707c02cf88f8924f0fda61fd3d.tar.xz
serverdata-2d441b219c8027707c02cf88f8924f0fda61fd3d.zip
Swap the Inspector Quest in Lt. Paul to be sure
Diffstat (limited to 'npc')
-rw-r--r--npc/012-1/guards.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt
index 89049a2db..4e8f06d7a 100644
--- a/npc/012-1/guards.txt
+++ b/npc/012-1/guards.txt
@@ -5,12 +5,12 @@
// Protect Hurnscald
012-1,71,24,0 script Lieutenant Paul NPC_PLAYER,{
+ inspectorQuest();
.@q=getq(HurnscaldQuest_Lieutenant);
.@k=getq2(HurnscaldQuest_Lieutenant);
// The Monster King guild have a special menu
if (!$HURNS_LIBDATE && is_master()) goto L_Admus;
if (strcharinfo(2) == "Monster King") goto L_MKControl;
- inspectorQuest();
mesn;
mesq l("It is %s since the last great attack from the Monster King.", FuzzyTime($HURNS_LIBDATE,1,2));
next;