summaryrefslogtreecommitdiff
path: root/npc/012-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-06-10 16:04:45 -0300
committerJesusaves <cpntb1@ymail.com>2021-06-10 16:04:45 -0300
commit2c7c83bd748001a28e20c62f1bceb4fedba540bd (patch)
treecdd87c01e964f3c4d9dc1b467cf4a7c8fa9c37ab /npc/012-1
parent61910b26f564398e3c7cea4f803c07445f9b82da (diff)
downloadserverdata-2c7c83bd748001a28e20c62f1bceb4fedba540bd.tar.gz
serverdata-2c7c83bd748001a28e20c62f1bceb4fedba540bd.tar.bz2
serverdata-2c7c83bd748001a28e20c62f1bceb4fedba540bd.tar.xz
serverdata-2c7c83bd748001a28e20c62f1bceb4fedba540bd.zip
Fix MobPoints() wrong calls
Diffstat (limited to 'npc/012-1')
-rw-r--r--npc/012-1/flowerpentagram2.txt12
1 files changed, 4 insertions, 8 deletions
diff --git a/npc/012-1/flowerpentagram2.txt b/npc/012-1/flowerpentagram2.txt
index 92de4de5..f10524d3 100644
--- a/npc/012-1/flowerpentagram2.txt
+++ b/npc/012-1/flowerpentagram2.txt
@@ -48,23 +48,19 @@ L_Place:
end;
OnSquirrelDeath:
- @mobId = 1105;
- callfunc "MobPoints";
+ fix_mobkill(1105);
end;
OnMushroomDeath:
- @mobId = 1106;
- callfunc "MobPoints";
+ fix_mobkill(1106);
end;
OnScorpionDeath:
- @mobId = 1003;
- callfunc "MobPoints";
+ fix_mobkill(1003);
end;
OnRScorpionDeath:
- @mobId = 1004;
- callfunc "MobPoints";
+ fix_mobkill(1004);
end;
L_MonstersAlive: