diff options
Diffstat (limited to 'src/map/itemdb.c')
-rw-r--r-- | src/map/itemdb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/itemdb.c b/src/map/itemdb.c index f3d462002..76ce6f406 100644 --- a/src/map/itemdb.c +++ b/src/map/itemdb.c @@ -111,6 +111,7 @@ int itemdb_searchrandomid(int group) ShowError("itemdb_searchrandomid: No item entries for group id %d\n", group);
return UNKNOWN_ITEM_ID;
}
+
/*==========================================
* Calculates total item-group related bonuses for the given item. [Skotlex]
*------------------------------------------
|