Skill fishing base level tc2
From TrinityCore Wiki
|
Back to world database list of tables.
The `skill_fishing_base_level` table
This table controls the minimum skill level required in fishing to fish in a certain area.
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
| entry | mediumint(8) | unsigned | PRI | NO | 0 | Area identifier | |
| skill | smallint(6) | signed | NO | 0 | Base skill level requirement |
Description of the fields
entry
The area ID see AreaTable.dbc.
skill
The minimum skill points in fishing required to fish in the area.