Back to 'player_levelstats' Return to world Go to 'player_xp_for_level'
This table enables shamans to have visually distinct totems on a per race basis.
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| TotemSlot | tinyint | unsigned | PRI | NO | |||
| RaceId | tinyint | unsigned | PRI | NO | |||
| DisplayId | int | unsigned | NO | 0 |
slot from enum SummonSlots
excerpt:
| ID | Name |
|---|---|
| 1 | SUMMON_SLOT_TOTEM_FIRE |
| 2 | SUMMON_SLOT_TOTEM_EARTH |
| 3 | SUMMON_SLOT_TOTEM_WATER |
| 4 | SUMMON_SLOT_TOTEM_AIR |
A ChrRace ID that should use the given DisplayId for this TotemSlot.
| ID | Name |
|---|---|
| 1 | Human |
| 2 | Orc |
| 3 | Dwarf |
| 4 | Night Elf |
| 5 | Undead |
| 6 | Tauren |
| 7 | Gnome |
| 8 | Troll |
| 10 | Blood Elf |
| 11 | Draenei |
references CreatureDisplayInfo ID
Back to 'player_levelstats' Return to world Go to 'player_xp_for_level'