diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-18 18:31:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-18 18:31:12 -0300 |
commit | 3054724988079add51ea2984bb401d02486acbfb (patch) | |
tree | b083165b2182372b69275230d5e011d7d4129518 /npc/commands | |
parent | 8c66e15338312154f71e094131abd651f43ef7f0 (diff) | |
download | serverdata-3054724988079add51ea2984bb401d02486acbfb.tar.gz serverdata-3054724988079add51ea2984bb401d02486acbfb.tar.bz2 serverdata-3054724988079add51ea2984bb401d02486acbfb.tar.xz serverdata-3054724988079add51ea2984bb401d02486acbfb.zip |
bug
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/ucp.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/ucp.txt b/npc/commands/ucp.txt index cb8ee34e2..a5d61d2f1 100644 --- a/npc/commands/ucp.txt +++ b/npc/commands/ucp.txt @@ -150,7 +150,7 @@ function script UserCtrlPanel { l("Return to User Control Panel"), l("Toggle Soul Menhir automatic saving"), l("Toggle Daily Reward screen"), - (strcharinfo(2) == "Monster King", ("Toggle Autoreceive Event Coins")); + rif(strcharinfo(2) == "Monster King", ("Toggle Autoreceive Event Coins")); mes ""; switch (@menu) { |