summaryrefslogtreecommitdiff
path: root/npc/functions/mobpoint.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-01-23 02:07:31 -0300
committerJesusaves <cpntb1@ymail.com>2020-01-23 02:07:31 -0300
commitf520c4404d28608fe6dc991f07f21670538a5a20 (patch)
treeaa7e89824fc616d86d21c0e3609c48b55b66137d /npc/functions/mobpoint.txt
parent790e9c80f391a3cb394ec77c911b3d112ae28bc0 (diff)
downloadserverdata-f520c4404d28608fe6dc991f07f21670538a5a20.tar.gz
serverdata-f520c4404d28608fe6dc991f07f21670538a5a20.tar.bz2
serverdata-f520c4404d28608fe6dc991f07f21670538a5a20.tar.xz
serverdata-f520c4404d28608fe6dc991f07f21670538a5a20.zip
Syntax Equivoc
Diffstat (limited to 'npc/functions/mobpoint.txt')
-rw-r--r--npc/functions/mobpoint.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/functions/mobpoint.txt b/npc/functions/mobpoint.txt
index 6b3fb9d93..11bb40f57 100644
--- a/npc/functions/mobpoint.txt
+++ b/npc/functions/mobpoint.txt
@@ -65,7 +65,8 @@ OnNPCKillEvent:
// Only a few maps will give you experience for PK: Tulimshar's Guards Arena,
// Frostia Imperial PVP Arena, Call Of Dusty, Arena Quirino Voraz.
OnPCKillEvent:
- HUB_PvP();
+ // call functions
+ callfunc "HUB_PvP";
end;
}