The `skill_fishing_base_level` table
This table controls the minimum skill level required in fishing to fish in a certain area.
Table Structure
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
entry | MEDIUMINT | UNSIGNED | PRI | NO | 0 | Area identifier | |
skill | SMALLINT | SIGNED | NO | 0 | Base skill level requirement |
Description of the fields
The area ID see AreaTable.dbc.
The minimum skill points in fishing required to fish in the area.