summaryrefslogtreecommitdiff
path: root/npc/006-2-5/pouf.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/006-2-5/pouf.txt')
-rw-r--r--npc/006-2-5/pouf.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/006-2-5/pouf.txt b/npc/006-2-5/pouf.txt
index a42ee8bff..34e398036 100644
--- a/npc/006-2-5/pouf.txt
+++ b/npc/006-2-5/pouf.txt
@@ -8,7 +8,7 @@
function script PoufMobCount {
.@q=getq(LilitQuest_Pouf);
.@t=getq2(LilitQuest_Pouf);
- if (.@q == 1 && killedrid == PiouKnight)
+ if (getmap() == "006-2-4" && .@q == 1 && killedrid == PiouKnight)
{
setq2 LilitQuest_Pouf, .@t+1;
}