From 1a284890a23188378db268500eb406f5505ff81b Mon Sep 17 00:00:00 2001 From: MadCamel Date: Sun, 26 Apr 2009 20:15:52 +0000 Subject: Changed all times to use UTC --- src/map/npc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/npc.c') diff --git a/src/map/npc.c b/src/map/npc.c index fa01d56..11725b3 100644 --- a/src/map/npc.c +++ b/src/map/npc.c @@ -349,7 +349,7 @@ int npc_event_do_clock(int tid,unsigned int tick,int id,int data) int c=0; time(&timer); - t=localtime(&timer); + t=gmtime(&timer); if (t->tm_min != ev_tm_b.tm_min ) { sprintf(buf,"OnMinute%02d",t->tm_min); -- cgit v1.2.3-70-g09d2