diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-23 11:11:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-23 11:11:11 -0300 |
commit | 9155fb809fa1b1bddf3718fd4ee65e5ef6b4cd54 (patch) | |
tree | 026236dc1b7e8f6c1319294d1f98303cbb87ac29 /npc/003-10/quirino.txt | |
parent | 06aafc9a2a8213040aa33cc2c2a819d1be6f874b (diff) | |
download | serverdata-9155fb809fa1b1bddf3718fd4ee65e5ef6b4cd54.tar.gz serverdata-9155fb809fa1b1bddf3718fd4ee65e5ef6b4cd54.tar.bz2 serverdata-9155fb809fa1b1bddf3718fd4ee65e5ef6b4cd54.tar.xz serverdata-9155fb809fa1b1bddf3718fd4ee65e5ef6b4cd54.zip |
Remove mescol, use only mesc - which is preferred over mes col() form
Diffstat (limited to 'npc/003-10/quirino.txt')
-rw-r--r-- | npc/003-10/quirino.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-10/quirino.txt b/npc/003-10/quirino.txt index 8179bd228..f1c629edc 100644 --- a/npc/003-10/quirino.txt +++ b/npc/003-10/quirino.txt @@ -93,7 +93,7 @@ L_Hub: // Open event? Minimum 5 connections or GM_OVERRIDE flag. if ($EVENT$ == "" && (getusers(1) >= 5 || $@GM_OVERRIDE)) { next; - mescol l("Activate event?", 1); + mesc l("Activate event?"), 1; if (askyesno() == ASK_YES) { $EVENT$="Hunger"; setcells "001-8", 41, 58, 41, 43, 5, "qhubN"; |