diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-20 11:38:20 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-20 11:38:20 -0300 |
commit | 9854e636dc8e3468c5115bfacebd1eb7bdf9b192 (patch) | |
tree | 34fef010c514ccb3a27321a3c24c485efdeec898 /npc/020-7-1/janitors.txt | |
parent | f2099ffb367f752133a212f9b2c3634bef7f206d (diff) | |
download | serverdata-9854e636dc8e3468c5115bfacebd1eb7bdf9b192.tar.gz serverdata-9854e636dc8e3468c5115bfacebd1eb7bdf9b192.tar.bz2 serverdata-9854e636dc8e3468c5115bfacebd1eb7bdf9b192.tar.xz serverdata-9854e636dc8e3468c5115bfacebd1eb7bdf9b192.zip |
typo %%e
Diffstat (limited to 'npc/020-7-1/janitors.txt')
-rw-r--r-- | npc/020-7-1/janitors.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/020-7-1/janitors.txt b/npc/020-7-1/janitors.txt index 7fe2fdc17..ce49a252a 100644 --- a/npc/020-7-1/janitors.txt +++ b/npc/020-7-1/janitors.txt @@ -450,7 +450,7 @@ OnInit: function askQuestion { next; - if (.@qt >= 255) { + if (.@qt >= BS_SNESTALL) { mesn; mesq l("I heard you fought the slimes that were still roaming between the bookshelves. Thank you!"); next; |