diff options
author | Freeyorp <Freeyorp101@hotmail.com> | 2010-05-08 21:59:18 +1200 |
---|---|---|
committer | Freeyorp <Freeyorp101@hotmail.com> | 2010-05-24 23:33:30 +1200 |
commit | 6bb57906a0f850b2b0c725086d2bc6c6da95f020 (patch) | |
tree | 76e88dd3b312b61258261569efc344e9d5f1160d /npc/items/restricted_item.txt | |
parent | e8fbefd941413910fc01eb10e629b7f87763358f (diff) | |
download | serverdata-6bb57906a0f850b2b0c725086d2bc6c6da95f020.tar.gz serverdata-6bb57906a0f850b2b0c725086d2bc6c6da95f020.tar.bz2 serverdata-6bb57906a0f850b2b0c725086d2bc6c6da95f020.tar.xz serverdata-6bb57906a0f850b2b0c725086d2bc6c6da95f020.zip |
Fix an error in the restricted item script.
Diffstat (limited to 'npc/items/restricted_item.txt')
-rw-r--r-- | npc/items/restricted_item.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/items/restricted_item.txt b/npc/items/restricted_item.txt index 8016b0a8..4ce1d096 100644 --- a/npc/items/restricted_item.txt +++ b/npc/items/restricted_item.txt @@ -14,5 +14,5 @@ function script RestrictedItem { if (getgmlevel(0)) return; gmcommand strcharinfo(0) + " : @wgm Restricted item '" + @itemId + "' used by character '" + strcharinfo(0) + "'."; gmcommand strcharinfo(0) + " : @l Restricted item '" + @itemId + "' used by character '" + strcharinfo(0) + "'."; - return; + end; } |