TrinityCore : exploration_basexp

Back-to:World

The `exploration_basexp` table

This table holds the base experience point information needed for when a player explores a new zone.

Comes from sniffs.

Structure

Field

Type

Attributes

Key

Null

Default

Extra

Comment

level

tinyint(4)

unsigned

PRI

NO

0

 

 

basexp

mediumint(9)

signed

 

NO

0

 

 

Description of the fields

level

The player level.

basexp

The base XP the player will get when they discover a new zone at that given level.