diff options
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/quests/first_class/tu_acolyte.txt | 2 | ||||
-rw-r--r-- | npc/quests/first_class/tu_archer.txt | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 774d05c04..66599c6f7 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,5 +1,7 @@ Date Added ====== +2007/06/29 + * Commented out crashing soundeffectall function calls [ultramage] 2007/06/28 * Rev. 10824 Fixed a couple bugs in the Kiel Hyre quest. [L0ne_W0lf] * Rev. 10823 Added missing "close;" to the Payon Monster Scholar. [L0ne_W0lf] diff --git a/npc/quests/first_class/tu_acolyte.txt b/npc/quests/first_class/tu_acolyte.txt index d5230660d..a91ac3b44 100644 --- a/npc/quests/first_class/tu_acolyte.txt +++ b/npc/quests/first_class/tu_acolyte.txt @@ -1014,7 +1014,7 @@ prt_monk,226,257,6 script Ill Girl#tu 93,{ mes "Are you alright?"; next; //misceffect EF_CURSEATTACK ; - soundeffectall "_curse.wav",0; + //soundeffectall "_curse.wav",0; emotion e_omg; mes "["+strcharinfo(0)+"]"; mes "This is....!"; 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?"; |