From 0f1d0507eb95cf07ce7eb66d89ad9853938612e6 Mon Sep 17 00:00:00 2001 From: Asheraf Date: Mon, 29 Aug 2016 17:40:13 +0100 Subject: change *strcharinfo to use constants --- npc/custom/events/xmas_rings_event.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/custom/events/xmas_rings_event.txt') diff --git a/npc/custom/events/xmas_rings_event.txt b/npc/custom/events/xmas_rings_event.txt index d76c0a784..05e4f40f6 100644 --- a/npc/custom/events/xmas_rings_event.txt +++ b/npc/custom/events/xmas_rings_event.txt @@ -128,7 +128,7 @@ louyang,224,249,4 script Sneewy 4_F_KID3,{ } set Q_XMSRINGS,2; delitem 644,4; - getnameditem 2637,strcharinfo(0); + getnameditem 2637,strcharinfo(PC_NAME); emotion e_kis2; mes "Thank you! Here's my li'l something for you!"; next; @@ -178,7 +178,7 @@ izlu2dun,133,160,2 script Snoowy 4_F_06,{ } set Q_XMSRINGS,3; delitem 644,3; - getnameditem 2636,strcharinfo(0); + getnameditem 2636,strcharinfo(PC_NAME); emotion e_kis; mes "Thaank yoouu! Have this magic ring!"; close; -- cgit v1.2.3-70-g09d2