From ac2c5e7b2d74728563371ed204d84369ba743ac6 Mon Sep 17 00:00:00 2001 From: codemaster Date: Sun, 9 Jan 2005 23:08:31 +0000 Subject: * 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 --- src/map/clif.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/clif.h') diff --git a/src/map/clif.h b/src/map/clif.h index 599bc6515..a4fe1b9f2 100644 --- a/src/map/clif.h +++ b/src/map/clif.h @@ -93,6 +93,7 @@ void clif_wedding_effect(struct block_list *bl); 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); // trade int clif_traderequest(struct map_session_data *sd,char *name); -- cgit v1.2.3-70-g09d2