diff options
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/events.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/003-1/events.txt b/npc/003-1/events.txt index 8d34042c6..2d09a2193 100644 --- a/npc/003-1/events.txt +++ b/npc/003-1/events.txt @@ -216,6 +216,7 @@ function handleValentine { #VALENTINE_SENT=0; #VALENTINE_OPENED=0; #VALENTINE_RECEIVED=0; + copyarray(.@name$[0], $@valentine_name$[0], 10); if (strcharinfo(0) == .@name$[0]) { makepet DoggyDog; getitem PrismGift, 1; |