diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-12-08 18:41:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-12-08 18:41:44 -0300 |
commit | d546f1cb8ebd5488750ee4fc5d0ef30da85e0c17 (patch) | |
tree | eb1241293f2f26d71fab271cbdc1f70dddb08f78 /npc/annuals/xmas/2021.txt | |
parent | 55479919e90c97cff78ac225f07d1db25b3679dc (diff) | |
download | serverdata-d546f1cb8ebd5488750ee4fc5d0ef30da85e0c17.tar.gz serverdata-d546f1cb8ebd5488750ee4fc5d0ef30da85e0c17.tar.bz2 serverdata-d546f1cb8ebd5488750ee4fc5d0ef30da85e0c17.tar.xz serverdata-d546f1cb8ebd5488750ee4fc5d0ef30da85e0c17.zip |
Sorry @gumiko seems like I forgot you D;
Diffstat (limited to 'npc/annuals/xmas/2021.txt')
-rw-r--r-- | npc/annuals/xmas/2021.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/annuals/xmas/2021.txt b/npc/annuals/xmas/2021.txt index b35676b1..e872da43 100644 --- a/npc/annuals/xmas/2021.txt +++ b/npc/annuals/xmas/2021.txt @@ -27,7 +27,7 @@ function script X21_DOSTART { if (strcharinfo(0) == "kytty") XMAS21_KEYWORD = 7; else - XMAS21_KEYWORD = rand2(14); + XMAS21_KEYWORD = rand2(15); return; } |