From 6bb57906a0f850b2b0c725086d2bc6c6da95f020 Mon Sep 17 00:00:00 2001 From: Freeyorp Date: Sat, 8 May 2010 21:59:18 +1200 Subject: Fix an error in the restricted item script. --- npc/items/restricted_item.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/items/restricted_item.txt') 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; } -- cgit v1.2.3-60-g2f50