diff options
Diffstat (limited to 'npc/024-16')
-rw-r--r-- | npc/024-16/king.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/024-16/king.txt b/npc/024-16/king.txt index d6d2c466e..4db7ab8fa 100644 --- a/npc/024-16/king.txt +++ b/npc/024-16/king.txt @@ -8,7 +8,7 @@ .@q=getq(General_Narrator); if (.@q < 12) { nude(); - atcommand("@dropall"); // Evil + atcommand("#dropall "+strcharinfo(0)); // Evil Exception("FATAL ERROR, PLAYER "+strcharinfo(0)+" NOT ALLOWED TO BE WITHIN FROSTIA'S CASTLE - REASON: SAULC IS A NOOB"); end; } |