diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-15 08:30:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-15 08:30:59 -0300 |
commit | f805fb5fdb0f03ea218ef777704ff6a84da06c57 (patch) | |
tree | 49a85697f7c1d0e40df53800453090d58c63b064 /npc/003-1 | |
parent | a9d5681182c68869c530328bd70ba6b9b62cb61b (diff) | |
download | serverdata-f805fb5fdb0f03ea218ef777704ff6a84da06c57.tar.gz serverdata-f805fb5fdb0f03ea218ef777704ff6a84da06c57.tar.bz2 serverdata-f805fb5fdb0f03ea218ef777704ff6a84da06c57.tar.xz serverdata-f805fb5fdb0f03ea218ef777704ff6a84da06c57.zip |
Good morning @Saulc
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/well.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/npc/003-1/well.txt b/npc/003-1/well.txt index 64a0def0c..75c8f91ba 100644 --- a/npc/003-1/well.txt +++ b/npc/003-1/well.txt @@ -49,7 +49,6 @@ getmapxy(.@m$, .@x, .@y, 0); .@mobGID = monster(.@m$, .@x, .@y, "Red Scorpion", RedScorpion, 1); unitattack(.@mobGID, getcharid(CHAR_ID_ACCOUNT)); // Order the summoned monster to engage!! - } } else if (.@n > 9700) { mes col("Hey wait... A monster!! Run for your life!!", 9); getmapxy(.@m$, .@x, .@y, 0); |