summaryrefslogtreecommitdiff
path: root/db/pre-re/item_group.conf
AgeCommit message (Collapse)AuthorFilesLines
2013-12-11Item database bug fixes.Xantara1-5/+10
#5608: Proper groups for Lotto Boxes #5625: Missing function for Dungeon Teleport Scroll II #5612: Missing skills
2013-10-25Added support for trailing commas within libconfig listsHaru1-60/+60
- Follow-up to 62c5e65d28833c1068d195778c0e3a710acaa104, special thanks to Ind - A trailing comma in a libconfig list (enclosed in parentheses) will no longer cause a parse error. - Updated config files where it makes sense to put a trailing comma Signed-off-by: Haru <haru@dotalux.com>
2013-08-03Updated AegisNames in the pre-re item DBHaru1-3/+3
- AegisName values taken from Ind's Ultimate Item DB Update (1caae98) - Fixed bugreport:7600 (thanks to bgamez23) http://hercules.ws/board/tracker/issue-7600-error-itemdb-read-duplicate-aegisname/ - Corrected and enabled some previously unavailable/unknown IDs in item_packages.conf (both pre-re and re) and item_group.conf (pre-re) Signed-off-by: Haru <haru@dotalux.com>
2013-07-03Follow up be2b1ae78b0d7798f57b3875097614b9c92f7a2cshennetsind1-1/+1
Special Thanks to ossi0110 Signed-off-by: shennetsind <ind@henn.et>
2013-07-03Updated item_group.confshennetsind1-165/+1539
Special Thanks to Muad_Dib for all the new info! and to Masao for bringing the issue to our attention. Signed-off-by: shennetsind <ind@henn.et>
2013-06-23UpdateMysteries1-2/+9
- Fixed some documentation - Fixed some alignment
2013-06-23Official Item Group/Package/Chainshennetsind1-0/+3380
http://hercules.ws/board/topic/1244-official-item-grouppackagechain/ Also Further implemented itemdb.c/storage.c interfaces, and a minor update to db2sql plugin. Signed-off-by: shennetsind <ind@henn.et>