mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-03 03:50:40 +00:00
[Constants] Change Race Changes to Race Namespace (#5000)
This commit is contained in:
@@ -4276,7 +4276,7 @@ bool WorldServer::SendVoiceMacro(Client* From, uint32 Type, char* Target, uint32
|
||||
|
||||
uint16 player_race = GetPlayerRaceValue(From->GetRace());
|
||||
|
||||
if (player_race == PLAYER_RACE_UNKNOWN) {
|
||||
if (player_race == Race::Doug) {
|
||||
player_race = From->GetBaseRace();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user