summaryrefslogtreecommitdiff
path: root/world/map/npc/functions/mob_points.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/functions/mob_points.txt')
-rw-r--r--world/map/npc/functions/mob_points.txt2
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 5ac9aebf..81e3c6d9 100644
--- a/world/map/npc/functions/mob_points.txt
+++ b/world/map/npc/functions/mob_points.txt
@@ -235,7 +235,7 @@ L_Celestia:
goto L_Terranite;
L_Terranite:
- if (TERRAC < 1 || TERRAC > 2000 || @mobID != 1062) goto L_Return;
+ if (TERRAC < 1 || TERRAC > 1500 || @mobID != 1062) goto L_Return;
if (TERRAC % 100 == 0)
message strcharinfo(0), "Terranite : ##3Total Terranites Slain: "+TERRAC;
set TERRAC, TERRAC + 1;