summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-12-21 18:51:05 -0300
committerJesusaves <cpntb1@ymail.com>2022-12-21 18:51:05 -0300
commita4c34b9db2338de34363c4736358175c5b44ca7d (patch)
tree521220e8d7106927c069bdc4ce29015d46a21be6
parent83afc25a058fdd917135c955459d8c2c512d2ada (diff)
downloadserverdata-a4c34b9db2338de34363c4736358175c5b44ca7d.tar.gz
serverdata-a4c34b9db2338de34363c4736358175c5b44ca7d.tar.bz2
serverdata-a4c34b9db2338de34363c4736358175c5b44ca7d.tar.xz
serverdata-a4c34b9db2338de34363c4736358175c5b44ca7d.zip
Stupid typo
-rw-r--r--npc/019-4-1/chief.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/019-4-1/chief.txt b/npc/019-4-1/chief.txt
index 133c000ad..33019302d 100644
--- a/npc/019-4-1/chief.txt
+++ b/npc/019-4-1/chief.txt
@@ -261,14 +261,15 @@ L_Reward:
// #1 : Xmas Gift x2
// #2 - #3: Xmas Gift x1
// #4 - #5: Bronze Gift
- if (strcharinfo(0) == $@xmas_gp_name$[0])
+ if (strcharinfo(0) == $@xmas_gp_name$[0]) {
getitem XmasGift, max(.@bp_rank, 1)+1;
getitem .@bp_gift, 1;
- else if (strcharinfo(0) == $@xmas_gp_name$[1] || strcharinfo(0) == $@xmas_gp_name$[2])
+ } else if (strcharinfo(0) == $@xmas_gp_name$[1] || strcharinfo(0) == $@xmas_gp_name$[2]) {
getitem XmasGift, max(.@bp_rank, 1);
getitem .@bp_gift, 1;
- else if (strcharinfo(0) == $@xmas_gp_name$[3] || strcharinfo(0) == $@xmas_gp_name$[4])
+ } else if (strcharinfo(0) == $@xmas_gp_name$[3] || strcharinfo(0) == $@xmas_gp_name$[4]) {
getitem .@bp_gift, 1;
+ }
mesn;
mesq l("Thanks for helping us the last year. I hope to have your help by the next year.");