diff options
Diffstat (limited to 'npc/soren-2/main.txt')
-rw-r--r-- | npc/soren-2/main.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/soren-2/main.txt b/npc/soren-2/main.txt index b203a462d..23a0d5ed1 100644 --- a/npc/soren-2/main.txt +++ b/npc/soren-2/main.txt @@ -148,7 +148,7 @@ OnSanctum: percentheal -20, -100; } if (@sorensanctum >= 10) { - atcommand "@kick \""+strcharinfo(0)+"\""; + atcommand "@kick "+strcharinfo(0); npctalk l("The power of Soren's House kicks @@ like a game master.", strcharinfo(0)); } |