diff options
Diffstat (limited to 'world')
-rw-r--r-- | world/map/npc/functions/mob_points.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/functions/mob_points.txt b/world/map/npc/functions/mob_points.txt index bb6b973b..cf93fdae 100644 --- a/world/map/npc/functions/mob_points.txt +++ b/world/map/npc/functions/mob_points.txt @@ -192,7 +192,7 @@ L_Table1: goto L_PostLoop; L_Table2: - set Mobpt, Mobpt + @points_extended[@mobID - 1129]; + set Mobpt, Mobpt + @points_extended[@mobID - 1128]; goto L_PostLoop; L_PostLoop: |