summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-02-15 00:20:18 -0300
committerJesusaves <cpntb1@ymail.com>2020-02-15 00:20:18 -0300
commitf39f8236ed3b2d7cd18fa9b7578cbcb3aed0d8e2 (patch)
tree2dd46943218cc887a3b8326a8763976c26980694 /npc
parent73e1ab8ecb0bd79ea3f3f3266f82dc2f2f0d67be (diff)
downloadserverdata-f39f8236ed3b2d7cd18fa9b7578cbcb3aed0d8e2.tar.gz
serverdata-f39f8236ed3b2d7cd18fa9b7578cbcb3aed0d8e2.tar.bz2
serverdata-f39f8236ed3b2d7cd18fa9b7578cbcb3aed0d8e2.tar.xz
serverdata-f39f8236ed3b2d7cd18fa9b7578cbcb3aed0d8e2.zip
[skip ci] typo
Diffstat (limited to 'npc')
-rw-r--r--npc/commands/ucp.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/ucp.txt b/npc/commands/ucp.txt
index 23e920655..a4a4a67a7 100644
--- a/npc/commands/ucp.txt
+++ b/npc/commands/ucp.txt
@@ -233,7 +233,7 @@ function script UserCtrlPanel {
case 5:
GSET_ALCOHOL_NOOVERDRINK=!GSET_ALCOHOL_NOOVERDRINK; break;
case 6:
- GSET_VALENTINE_EATONE=!GSET_VALENTINE_EATONE; break;
+ GSET_VALENTINE_EATALL=!GSET_VALENTINE_EATALL; break;
case 7:
GSET_AUTORECEIVE_COINS=!GSET_AUTORECEIVE_COINS; break;
}