summaryrefslogtreecommitdiff
path: root/src/map/clif.h
diff options
context:
space:
mode:
authorLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-01 02:11:23 +0000
committerLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-01 02:11:23 +0000
commit454ae6b78937da966545207b94b1e0a037fdb098 (patch)
tree4bbf37710cab966b03bab7280b5f425b6cebad36 /src/map/clif.h
parentbab1ce1992acc67b814e3de9f09ac58d569265b1 (diff)
downloadhercules-454ae6b78937da966545207b94b1e0a037fdb098.tar.gz
hercules-454ae6b78937da966545207b94b1e0a037fdb098.tar.bz2
hercules-454ae6b78937da966545207b94b1e0a037fdb098.tar.xz
hercules-454ae6b78937da966545207b94b1e0a037fdb098.zip
* April fool! Improved soundeffectall script command. (No, this is not a lie)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5832 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/clif.h')
-rw-r--r--src/map/clif.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.h b/src/map/clif.h
index b1d069a14..016598db6 100644
--- a/src/map/clif.h
+++ b/src/map/clif.h
@@ -121,7 +121,7 @@ void clif_divorced(struct map_session_data *sd, char *);
void clif_adopt_process(struct map_session_data *sd);
void clif_sitting(struct map_session_data *sd);
void clif_soundeffect(struct map_session_data *sd,struct block_list *bl,char *name,int type);
-int clif_soundeffectall(struct block_list *bl, char *name, int type);
+int clif_soundeffectall(struct block_list *bl, char *name, int type, int coverage);
// trade
int clif_traderequest(struct map_session_data *sd,char *name);