spellbook_db.txt 260 B

123456789
  1. // Reading Spellbook Preserve Points Database
  2. //
  3. // Structure of Database:
  4. // SkillID,PreservePoints,Required Book
  5. //
  6. // NOTE:
  7. // - To add more entries, increase MAX_SKILL_SPELLBOOK_DB in skill.h.
  8. // - To remove entry by importing, put 0 for 'PreservePoints'