summaryrefslogtreecommitdiff
path: root/src/map/atcommand.h
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/atcommand.h
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/atcommand.h')
-rw-r--r--src/map/atcommand.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/atcommand.h b/src/map/atcommand.h
index acab72531..60301515c 100644
--- a/src/map/atcommand.h
+++ b/src/map/atcommand.h
@@ -196,6 +196,8 @@ enum AtCommandType {
AtCommand_UpTime,
AtCommand_ChangeSex,
AtCommand_Mute, // [celest]
+ AtCommand_WhoZeny, // [Valaris]
+ AtCommand_HappyHappyJoyJoy, // [Valaris]
// SQL-only commands start
#ifndef TXT_ONLY
AtCommand_CheckMail, // [Valaris]