diff options
Diffstat (limited to 'npc/functions/mob_points.txt')
-rw-r--r-- | npc/functions/mob_points.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/mob_points.txt b/npc/functions/mob_points.txt index a9f6f1d4..c80a5514 100644 --- a/npc/functions/mob_points.txt +++ b/npc/functions/mob_points.txt @@ -43,9 +43,9 @@ function script MobPoints { Mobpt+=.@addval; } - callfunc "ValonCount"; + ValonCount(); if (((QL_VALON >= 2) && (QL_VALON < 6)) && (@mobId == $@ValonMob[@valon_mob])) - callfunc("AddValonCntMask"); + AddValonCntMask(); // Attitude adjustment for Sagatha |