diff options
Diffstat (limited to 'npc/020-5/bracco.txt')
-rw-r--r-- | npc/020-5/bracco.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/020-5/bracco.txt b/npc/020-5/bracco.txt index 3784ac6c7..1ff589ee0 100644 --- a/npc/020-5/bracco.txt +++ b/npc/020-5/bracco.txt @@ -25,6 +25,10 @@ getinventorylist(); .@item=@inventorylist_id[.@index]; + if (.@item <= 0) { + Exception(l("Error translating item ID @@ to @@ (Bracco, idx, id)", .@index, .@item), RB_DEFAULT|RB_SPEECH|RB_ISFATAL); + } + delitem .@item, 1; Zeny-=.@price; |