diff options
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/well.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/well.txt b/npc/003-1/well.txt index f35fc849c..815e6498c 100644 --- a/npc/003-1/well.txt +++ b/npc/003-1/well.txt @@ -44,7 +44,7 @@ getmapxy(.@m$, .@x, .@y); .@mobGID = monster(.@m$, .@x, .@y, "Blub", Blub, 1); unitattack(.@mobGID, getcharid(CHAR_ID_ACCOUNT)); // Order the summoned monster to engage!! - } else if (.@n > 9750) { + } else if (.@n > 9800) { mes col("Hey wait... A monster!! Run for your life!!", 9); getmapxy(.@m$, .@x, .@y); .@mobGID = monster(.@m$, .@x, .@y, "Red Scorpion", RedScorpion, 1); |