summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/commands/python.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/commands/python.txt b/npc/commands/python.txt
index cb2b27505..5273731c3 100644
--- a/npc/commands/python.txt
+++ b/npc/commands/python.txt
@@ -9,6 +9,9 @@
OnCall:
specialeffect(34, AREA, playerattached());
+ .@zone$=getmapinfo(MAPINFO_ZONE, .@mapa$);
+ if (.@zone$ == "MMO")
+ end;
sc_start SC_CASH_DEATHPENALTY, 1000, 1;
addtimer 380, .name$+"::OnKill";
end;