blob: f109eb5f3ea95a14c8f71fb0445db1bef0d053aa (
plain) (
blame)
1
2
3
4
5
6
7
|
// Reading Spellbook Preserve Points Database
//
// Structure of Database:
// SkillID,PreservePoints,Required Book
//====================================================
// To add more entries, increase MAX_SKILL_SPELLBOOK_DB in /src/map/skill.h.
//====================================================
|