From cc4576924c351eadabc75825f4dba44ad11bbee7 Mon Sep 17 00:00:00 2001 From: Vincent Petithory Date: Mon, 4 Feb 2013 09:42:32 +0100 Subject: fix: Sagatha "good" mobs; Red Slime was used, instead of Black Scorpion --- world/map/npc/functions/mob_points.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'world/map') diff --git a/world/map/npc/functions/mob_points.txt b/world/map/npc/functions/mob_points.txt index 081aeb65..2f89010e 100644 --- a/world/map/npc/functions/mob_points.txt +++ b/world/map/npc/functions/mob_points.txt @@ -116,7 +116,7 @@ function|script|MobPoints|{ // Scorpion, Red Scorpion, Black Scorpion, Angry Scorpion if ((@mobID == 1003) || (@mobID == 1004) - || (@mobID == 1008) + || (@mobID == 1009) || (@mobID == 1057)) goto L_good; -- cgit v1.2.3-60-g2f50