summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
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/atcommand.c
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/atcommand.c')
-rw-r--r--src/map/atcommand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c
index 8cde99aa2..e10ec8d99 100644
--- a/src/map/atcommand.c
+++ b/src/map/atcommand.c
@@ -7986,7 +7986,7 @@ atcommand_sound(
if(strstr(sound_file, ".wav") == NULL)
strcat(sound_file, ".wav");
- clif_soundeffectall(&sd->bl, sound_file,0);
+ clif_soundeffectall(&sd->bl, sound_file,0,2);
return 0;
}