diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-07 01:51:34 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-07 01:51:34 -0300 |
commit | ed205aa7188f5947b98445cf561a15aa05726062 (patch) | |
tree | c3660637334457f27cda0aa49d25713a76a9cce4 /npc | |
parent | ad329ee64bdb273569b74409050c84f9e153eff3 (diff) | |
download | serverdata-ed205aa7188f5947b98445cf561a15aa05726062.tar.gz serverdata-ed205aa7188f5947b98445cf561a15aa05726062.tar.bz2 serverdata-ed205aa7188f5947b98445cf561a15aa05726062.tar.xz serverdata-ed205aa7188f5947b98445cf561a15aa05726062.zip |
[skip ci] typo
Diffstat (limited to 'npc')
-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; } |