summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/pre-re/item_db.conf1
-rw-r--r--npc/007-2/witch.txt4
2 files changed, 2 insertions, 3 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf
index 16cc03d4..bd34ac15 100644
--- a/db/pre-re/item_db.conf
+++ b/db/pre-re/item_db.conf
@@ -120,7 +120,6 @@ item_db: (
}
},
******************************************************************************/
-
{
Id: 521
AegisName: "Dagger"
diff --git a/npc/007-2/witch.txt b/npc/007-2/witch.txt
index 3625bb13..6dcd7d5c 100644
--- a/npc/007-2/witch.txt
+++ b/npc/007-2/witch.txt
@@ -6,9 +6,8 @@
@illia_iron_powder = 13;
@illia_yeti_tear = 1;
@illia_iced_water = 4;
- $@illia_min_level = 90;
- if ((GM >= DBG_VALIA || debug) && getequipid(equip_head) == 647)
+ if ((GM >= DBG_VALIA || debug) && getequipid(equip_head) == DevelopersCap)
goto L_DeveloperBoard;
if (BaseLevel < $@illia_min_level) goto L_Unexperienced;
@@ -665,6 +664,7 @@ OnInit:
disablenpc "#IlliaTorch7";
disablenpc "#IlliaTorch8";
$@illia_max_time = 300;
+ $@illia_min_level = 90;
end;
OnCommandToggle: