summaryrefslogtreecommitdiff
path: root/world/map/npc/033-1/kimarr.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/033-1/kimarr.txt')
-rw-r--r--world/map/npc/033-1/kimarr.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/world/map/npc/033-1/kimarr.txt b/world/map/npc/033-1/kimarr.txt
index ebeadacd..b2a7d2e6 100644
--- a/world/map/npc/033-1/kimarr.txt
+++ b/world/map/npc/033-1/kimarr.txt
@@ -177,9 +177,8 @@ L_Attention:
OnTimer1000:
// Checking if player is logged
- if (isloggedin($@Fluffy_FighterID) == 0)
+ if (attachrid($@Fluffy_FighterID) == 0)
goto L_GotOut;
- attachrid($@Fluffy_FighterID);
// Checking if player is still in the map or used a towell or spell to get out
if (getareausers("033-1.gat", 79, 28, 88, 42) == 0)
goto L_GotOut;