diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-3/malindou.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 0c5c7b836..657026e80 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -742,6 +742,7 @@ OnGlobalChat: .@msg$ = replacestr(.@msg$, ")", ""); .@msg$ = replacestr(.@msg$, "<", ""); .@msg$ = replacestr(.@msg$, ">", ""); + .@msg$ = replacestr(.@msg$, "*", ""); SK_Scripture(.@msg$); end; |