diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-14 16:37:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-14 16:37:42 -0300 |
commit | 7c5a86fd0d6ff3715325b972b6530cdd852d3b75 (patch) | |
tree | 92a75d1f0adecb571c1b57d22a5cb5be5ce8e46b /npc/commands/titulate.txt | |
parent | 5f992cdd7fe37d06b65cc4f56d4763836c916805 (diff) | |
download | serverdata-7c5a86fd0d6ff3715325b972b6530cdd852d3b75.tar.gz serverdata-7c5a86fd0d6ff3715325b972b6530cdd852d3b75.tar.bz2 serverdata-7c5a86fd0d6ff3715325b972b6530cdd852d3b75.tar.xz serverdata-7c5a86fd0d6ff3715325b972b6530cdd852d3b75.zip |
Fix a typo
Diffstat (limited to 'npc/commands/titulate.txt')
-rw-r--r-- | npc/commands/titulate.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/commands/titulate.txt b/npc/commands/titulate.txt index c286297f1..4e9358e0f 100644 --- a/npc/commands/titulate.txt +++ b/npc/commands/titulate.txt @@ -138,10 +138,10 @@ OnCassate: attachrid(.@ori); // Inform everyone kamibroadcast(sprintf("%s (A.GM) has stripped %s from their academic titles.", - strcharinfo(0), .@request$); + strcharinfo(0), .@request$)); // Log in a special log file as well logmes(sprintf("%s (Grandmaster) has stripped %s from their academic titles.", - strcharinfo(0), .@request$); + strcharinfo(0), .@request$)); close; |