diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-29 06:24:35 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-29 06:24:35 +0000 |
commit | 88ce01cbdc4ea56eec0d715b001519cfb7984d88 (patch) | |
tree | ffa45935d8472a6d99521c0f106cf5ac49a59951 /npc/quests/first_class/tu_archer.txt | |
parent | eb4b237671c3bef0e1d5bce20c54d31ccb8415e2 (diff) | |
download | hercules-88ce01cbdc4ea56eec0d715b001519cfb7984d88.tar.gz hercules-88ce01cbdc4ea56eec0d715b001519cfb7984d88.tar.bz2 hercules-88ce01cbdc4ea56eec0d715b001519cfb7984d88.tar.xz hercules-88ce01cbdc4ea56eec0d715b001519cfb7984d88.zip |
Temp fix for dumb code - disabled soundeffectall in scripts (see topic:155230 for reference)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10827 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/first_class/tu_archer.txt')
-rw-r--r-- | npc/quests/first_class/tu_archer.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/first_class/tu_archer.txt b/npc/quests/first_class/tu_archer.txt index 72a9fb020..0a3fb19d1 100644 --- a/npc/quests/first_class/tu_archer.txt +++ b/npc/quests/first_class/tu_archer.txt @@ -1749,7 +1749,7 @@ prontera,126,335,5 script Arthail 51,{ next; mes "[???]"; mes "..."; - soundeffectall "se_littlewaves02.wav",0; + //soundeffectall "se_littlewaves02.wav",0; next; mes "["+strcharinfo(0)+"]"; mes "Huh?"; |