mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[10928] Uncomment all races in enum Races
Race can also be creature race and needed for future implementation of spells. RACE_UNDEAD_PLAYER renamed to more proper RACE_UNDEAD Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
d400f00224
commit
f8921dbca8
4 changed files with 27 additions and 27 deletions
|
|
@ -157,7 +157,7 @@ void PlayerTaxi::InitTaxiNodesForLevel(uint32 race, uint32 chrClass, uint32 leve
|
|||
case RACE_DWARF: SetTaximaskNode(6); break; // Dwarf
|
||||
case RACE_NIGHTELF: SetTaximaskNode(26);
|
||||
SetTaximaskNode(27); break; // Night Elf
|
||||
case RACE_UNDEAD_PLAYER: SetTaximaskNode(11); break;// Undead
|
||||
case RACE_UNDEAD: SetTaximaskNode(11); break; // Undead
|
||||
case RACE_TAUREN: SetTaximaskNode(22); break; // Tauren
|
||||
case RACE_GNOME: SetTaximaskNode(6); break; // Gnome
|
||||
case RACE_TROLL: SetTaximaskNode(23); break; // Troll
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue