diff options
author | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-19 04:49:51 +0000 |
---|---|---|
committer | celest <celest@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-19 04:49:51 +0000 |
commit | d43fec3b2d32ebca58ebc8157ed330146f93bc2e (patch) | |
tree | 67887b8c96f25bb370d7c46c2968992f6c458254 /src/map/atcommand.h | |
parent | 216743d8617369ed6f157fbe14b8c8b43deabebb (diff) | |
download | hercules-d43fec3b2d32ebca58ebc8157ed330146f93bc2e.tar.gz hercules-d43fec3b2d32ebca58ebc8157ed330146f93bc2e.tar.bz2 hercules-d43fec3b2d32ebca58ebc8157ed330146f93bc2e.tar.xz hercules-d43fec3b2d32ebca58ebc8157ed330146f93bc2e.zip |
Added @mute/@red, set manner to 0 when @unmute.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@256 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/atcommand.h')
-rw-r--r-- | src/map/atcommand.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/atcommand.h b/src/map/atcommand.h index 396261a9c..acab72531 100644 --- a/src/map/atcommand.h +++ b/src/map/atcommand.h @@ -194,7 +194,8 @@ enum AtCommandType { AtCommand_SetBattleFlag, AtCommand_UnMute, AtCommand_UpTime, - AtCommand_ChangeSex, + AtCommand_ChangeSex, + AtCommand_Mute, // [celest] // SQL-only commands start #ifndef TXT_ONLY AtCommand_CheckMail, // [Valaris] |