summaryrefslogtreecommitdiff
path: root/src/map/atcommand.h
diff options
context:
space:
mode:
authorcodemaster <codemaster@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-01-09 23:08:31 +0000
committercodemaster <codemaster@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-01-09 23:08:31 +0000
commitac2c5e7b2d74728563371ed204d84369ba743ac6 (patch)
treeca45490464ad49ed7baa5c4d6dfae1c47ab96bf9 /src/map/atcommand.h
parent1e105f9c7dc51778b43fc11444372f9f68af620a (diff)
downloadhercules-ac2c5e7b2d74728563371ed204d84369ba743ac6.tar.gz
hercules-ac2c5e7b2d74728563371ed204d84369ba743ac6.tar.bz2
hercules-ac2c5e7b2d74728563371ed204d84369ba743ac6.tar.xz
hercules-ac2c5e7b2d74728563371ed204d84369ba743ac6.zip
* Added the @sound command and the NPC command of soundeffectall - works just like soundeffect, but plays for everyone in the area [Codemaster] [SVN 942]
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@942 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/atcommand.h')
-rw-r--r--src/map/atcommand.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/atcommand.h b/src/map/atcommand.h
index dc623c71c..c66bd63ae 100644
--- a/src/map/atcommand.h
+++ b/src/map/atcommand.h
@@ -206,7 +206,7 @@ enum AtCommandType {
AtCommand_SendMail, // [Valaris]
AtCommand_DeleteMail, // [Valaris]
AtCommand_SendPriorityMail, // [Valaris]
- AtCommand_Sound, // [Valaris]
+// AtCommand_Sound, // [Valaris]
AtCommand_RefreshOnline, // [Valaris]
// SQL-only commands end
#endif
@@ -232,6 +232,7 @@ enum AtCommandType {
AtCommand_KillId2, // by Dino9021
AtCommand_CharKillableId, // by Dino9021
AtCommand_CharKillableId2, // by Dino9021
+ AtCommand_Sound,
// end
AtCommand_Unknown,