Exploration_basexp - cmangos/issues GitHub Wiki
Back to world database list of tables.
This table controls the XP gained by characters when they explore new zones.
Field | Type | Null | Key | Default | Extra |
level | tinyint(2) | NO | PRI | 0 | |
basexp | int(11) | NO | 0 |
The level of the character.
The XP the character receives at the specified level.