diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-01 18:28:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-01 18:28:42 -0300 |
commit | cfc878884b5cfd09059ea4b2d9e28bd1473cb11b (patch) | |
tree | fb1cacbd020fb5df8fb3084c9b707cf0008877d8 /npc/014-2 | |
parent | 2284a251ba8c7fa54f5f165b9dcde7180ca5849e (diff) | |
download | serverdata-cfc878884b5cfd09059ea4b2d9e28bd1473cb11b.tar.gz serverdata-cfc878884b5cfd09059ea4b2d9e28bd1473cb11b.tar.bz2 serverdata-cfc878884b5cfd09059ea4b2d9e28bd1473cb11b.tar.xz serverdata-cfc878884b5cfd09059ea4b2d9e28bd1473cb11b.zip |
Actually, it should be str() instead of atoi(). Fix a spurious next.
Diffstat (limited to 'npc/014-2')
-rw-r--r-- | npc/014-2/guards.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/npc/014-2/guards.txt b/npc/014-2/guards.txt index e2a2f463e..20a77907e 100644 --- a/npc/014-2/guards.txt +++ b/npc/014-2/guards.txt @@ -29,7 +29,6 @@ } else { mesn; mesq l("In fact, it is flooded at the moment. Come back later."); - next; } close; |