summaryrefslogtreecommitdiff
path: root/npc/008-1/auldsbel.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-1/auldsbel.txt')
-rw-r--r--npc/008-1/auldsbel.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/008-1/auldsbel.txt b/npc/008-1/auldsbel.txt
index 7f0bc2b1..3d3ebbf5 100644
--- a/npc/008-1/auldsbel.txt
+++ b/npc/008-1/auldsbel.txt
@@ -1,11 +1,11 @@
-// Evol scripts.
+// The Mana World scripts.
// Author:
// Micksha
// Description:
// Auldsbel the Magician.
// THIS IS A PLACEHOLDER!
-008-1,119,114,0 script Auldsbel#008-1 NPC_WIZARD,{
+008-1,119,114,0 script Auldsbel NPC_WIZARD,{
// Placeholder please remove
if (!MASTERBOOK_PAGES)
{
@@ -49,6 +49,6 @@
OnInit:
.bodytype = BODYTYPE_3;
- .distance = 2;
+ .distance = 4;
end;
}