diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/quests/first_class/tu_acolyte.txt | 2 | ||||
-rw-r--r-- | npc/quests/first_class/tu_archer.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/quests/first_class/tu_acolyte.txt b/npc/quests/first_class/tu_acolyte.txt index a91ac3b44..d5230660d 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 0a3fb19d1..72a9fb020 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?"; |