diff options
Diffstat (limited to 'world/map/npc/001-1/monster_guide.txt')
-rw-r--r-- | world/map/npc/001-1/monster_guide.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/world/map/npc/001-1/monster_guide.txt b/world/map/npc/001-1/monster_guide.txt index d0313645..a46dfc28 100644 --- a/world/map/npc/001-1/monster_guide.txt +++ b/world/map/npc/001-1/monster_guide.txt @@ -1,8 +1,9 @@ // -001-1.gat,48,52,0|script|Aidan|102, +001-1.gat,49,51,0|script|Aidan|102, { - if(MPQUEST == 0) goto L_Register; + if (MPQUEST == 0) + goto L_Register; mes "[Aidan the Monster Guide]"; mes "You currently have " +Mobpt+ " Monster Points. These points are acquired while killing monsters"; close; |