diff options
Diffstat (limited to 'npc/battleground/kvm/kvm_item_pay.txt')
-rw-r--r-- | npc/battleground/kvm/kvm_item_pay.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/battleground/kvm/kvm_item_pay.txt b/npc/battleground/kvm/kvm_item_pay.txt index 92771f14b..f9dac0766 100644 --- a/npc/battleground/kvm/kvm_item_pay.txt +++ b/npc/battleground/kvm/kvm_item_pay.txt @@ -65,7 +65,7 @@ bat_room,151,144,3 script KVM Logistic Officer#a 4_M_JOB_KNIGHT2,{ "be reversed. Please be carefull."); mes("Select the next step please."); next; - .@name$ = strcharinfo(0); + .@name$ = strcharinfo(PC_NAME); switch(select("Read the KVM Catalogue.", "Purchase KVM Items.", "Confirm KVM Points.", "Explanation of KVM Rewards.", "Explanation of KVM Points.")) { case 1: mes("[Logistics]"); |