From 02f2b6d3dd876c2bb6ae4988ff4b48c78b7e49e6 Mon Sep 17 00:00:00 2001 From: kobra_k88 Date: Wed, 17 Nov 2004 19:14:29 +0000 Subject: Fixed issue of guardians hp not updating after defense investment. Moved treasure spawn time to ev_agit_event.txt. Changes to headers and comments in various files. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@233 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/events/xmas.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/events/xmas.txt') diff --git a/npc/events/xmas.txt b/npc/events/xmas.txt index e65d7be0a..bf7aec27d 100644 --- a/npc/events/xmas.txt +++ b/npc/events/xmas.txt @@ -20,7 +20,7 @@ xmas_in.gat,100,96,4 script Father Christmas::Santa2 718,{ mes "[Santa Claus]"; if(event_xmas == 1) goto L_Start; mes "Merry Christmas! I have a gift for you! Ho Ho Ho!"; - getitem 644,1; + getitem 664,1; set event_xmas,1; close; @@ -77,7 +77,7 @@ L_Start: mes "fake Santas. Keep it up!"; next; delitem 7034,3; - getitem 644,1; + getitem 664,1; mes "[Santa Claus]"; mes "There's your reward."; mes "If you get 3 more, I'll give you another."; -- cgit v1.2.3-70-g09d2