diff options
Diffstat (limited to 'world/map/npc/items/restricted_item.txt')
-rw-r--r-- | world/map/npc/items/restricted_item.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/items/restricted_item.txt b/world/map/npc/items/restricted_item.txt index 7e3213c0..5873ce45 100644 --- a/world/map/npc/items/restricted_item.txt +++ b/world/map/npc/items/restricted_item.txt @@ -15,6 +15,7 @@ function|script|RestrictedItem|, if (getgmlevel()) goto L_Return; gmcommand "@wgm Restricted item '" + @itemId + "' used by character '" + strcharinfo(0) + "'."; gmcommand "@l Restricted item '" + @itemId + "' used by character '" + strcharinfo(0) + "'."; + goto L_Return; L_Return: return; |