diff options
author | Asheraf <acheraf1998@gmail.com> | 2016-08-29 17:40:13 +0100 |
---|---|---|
committer | hemagx <ibrahem.h.basyone@gmail.com> | 2016-09-02 04:56:00 +0200 |
commit | 0f1d0507eb95cf07ce7eb66d89ad9853938612e6 (patch) | |
tree | 57780b1ecc7c5ae125be1c89406f8db1e00a581b /npc/custom/events/xmas_rings_event.txt | |
parent | 0f1d03f505fdc03533122db8ba19fa55f64f11b7 (diff) | |
download | hercules-0f1d0507eb95cf07ce7eb66d89ad9853938612e6.tar.gz hercules-0f1d0507eb95cf07ce7eb66d89ad9853938612e6.tar.bz2 hercules-0f1d0507eb95cf07ce7eb66d89ad9853938612e6.tar.xz hercules-0f1d0507eb95cf07ce7eb66d89ad9853938612e6.zip |
change *strcharinfo to use constants
Diffstat (limited to 'npc/custom/events/xmas_rings_event.txt')
-rw-r--r-- | npc/custom/events/xmas_rings_event.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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; |