summaryrefslogtreecommitdiff
path: root/src/map/npc.c
diff options
context:
space:
mode:
authorvalaris <valaris@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-20 14:13:23 +0000
committervalaris <valaris@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-20 14:13:23 +0000
commitb22297197f06ac00eecf38fe98d7b9fdb5478a8a (patch)
tree953859912630948e0a5ca9c83b823b22a1bb690e /src/map/npc.c
parent531ae6ff24ed1164ba08dc61c47ad642597591dc (diff)
downloadhercules-b22297197f06ac00eecf38fe98d7b9fdb5478a8a.tar.gz
hercules-b22297197f06ac00eecf38fe98d7b9fdb5478a8a.tar.bz2
hercules-b22297197f06ac00eecf38fe98d7b9fdb5478a8a.tar.xz
hercules-b22297197f06ac00eecf38fe98d7b9fdb5478a8a.zip
* Initialized "day" variable in npc.c. [Valaris]
* Added @whozeny. Shows list of top 50 online players and their zeny sorted from highest to lowest. [Valaris] * Added @happyhappyjoyjoy. Makes all players on server do a random emote. [Valaris] * Removed -fu git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@269 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/npc.c')
-rw-r--r--src/map/npc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/npc.c b/src/map/npc.c
index 72daea571..eea869aa5 100644
--- a/src/map/npc.c
+++ b/src/map/npc.c
@@ -392,7 +392,7 @@ int npc_event_do_clock(int tid,unsigned int tick,int id,int data)
time_t timer;
struct tm *t;
char buf[64];
- char *day;
+ char *day="";
int c=0;
time(&timer);