diff options
Diffstat (limited to 'npc/001-1_Tulimshar')
-rw-r--r-- | npc/001-1_Tulimshar/luca.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/001-1_Tulimshar/luca.txt b/npc/001-1_Tulimshar/luca.txt index 1f533227..bc048e65 100644 --- a/npc/001-1_Tulimshar/luca.txt +++ b/npc/001-1_Tulimshar/luca.txt @@ -2,11 +2,11 @@ 001-1.gat,108,55,0 script Luca 102,{ - if (BaseLevel >= 45) - goto L_teach_soon; +// if (BaseLevel >= 45) +// goto L_teach_soon; - if (BaseLevel >= 50) - goto L_teach; +// if (BaseLevel >= 50) +// goto L_teach; mes "[Luca the Hunter]"; mes "\"Ouch! It hurts, this wound I got from battle.\""; |