summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
diff options
context:
space:
mode:
authorcelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-03-01 10:09:15 +0000
committercelest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-03-01 10:09:15 +0000
commitdf34f4498984a4d2d37faebe8809fddcd6f8e475 (patch)
tree04499672d129cac0078a82916411031238d9b266 /src/map/atcommand.c
parentdccedd13273e68218cca14df599962ef48170f29 (diff)
downloadhercules-df34f4498984a4d2d37faebe8809fddcd6f8e475.tar.gz
hercules-df34f4498984a4d2d37faebe8809fddcd6f8e475.tar.bz2
hercules-df34f4498984a4d2d37faebe8809fddcd6f8e475.tar.xz
hercules-df34f4498984a4d2d37faebe8809fddcd6f8e475.zip
* Fixed /resetstate /resetskill being unuseable at all
* Fixed /mm /mapmove being useable by all players * Fixed some compile errors in mob_once_spawn * Corrected a typo in Chemical Protection skills git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1195 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r--src/map/atcommand.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c
index 3169c75ab..ded7d593d 100644
--- a/src/map/atcommand.c
+++ b/src/map/atcommand.c
@@ -489,6 +489,7 @@ static AtCommandInfo atcommand_info[] = {
{ AtCommand_CleanMap, "@cleanmap", 0, atcommand_cleanmap },
{ AtCommand_NpcTalk, "@npctalk", 0, atcommand_npctalk },
{ AtCommand_PetTalk, "@pettalk", 0, atcommand_pettalk },
+ { AtCommand_ResetState, "/reset", 40, NULL },
#ifndef TXT_ONLY // sql-only commands
{ AtCommand_CheckMail, "@checkmail", 1, atcommand_listmail }, // [Valaris]