summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/014-4/kamelot.txt1
-rw-r--r--npc/042-3/jail.txt2
2 files changed, 2 insertions, 1 deletions
diff --git a/npc/014-4/kamelot.txt b/npc/014-4/kamelot.txt
index 7a5e4d014..d07df39c8 100644
--- a/npc/014-4/kamelot.txt
+++ b/npc/014-4/kamelot.txt
@@ -48,6 +48,7 @@
function script KamelotCleanup {
.@g=getarg(0);
//$@KAMELOT_ID[.@g]=0;
+ $@KAMELOT_WAVE[.@g]=0;
$KAMELOT_MX[.@g]=0;
$KAMELOT_QUEST[.@g]=0;
$KAMELOT_KEYMASK[.@g]=0;
diff --git a/npc/042-3/jail.txt b/npc/042-3/jail.txt
index 7651d81fd..1c00d66c6 100644
--- a/npc/042-3/jail.txt
+++ b/npc/042-3/jail.txt
@@ -49,7 +49,7 @@ function script KamelotLockpick {
return;
}
mes l("What's this dark magic, the password has changed!");
- .@label$=instance_npcname(.name$)+"::OnKillSlime";
+ .@label$=instance_npcname("#KSlimeSpawn")+"::OnKillSlime";
// Give player a easy way to get lockpicks for this
// (Overrides original .@x/.@y variables)