mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-16 09:48:22 +00:00
[Constants] Change Race Changes to Race Namespace (#5000)
This commit is contained in:
@@ -643,7 +643,7 @@ void ClientList::SendWhoAll(uint32 fromid,const char* to, int16 admin, Who_All_S
|
||||
whomlen = strlen(whom->whom);
|
||||
|
||||
if (whom->wrace == 0x001A) { // 0x001A is the old Froglok race number and is sent by the client for /who all froglok
|
||||
whom->wrace = FROGLOK; // This is what EQEmu uses for the Froglok Race number.
|
||||
whom->wrace = Race::Froglok2; // This is what EQEmu uses for the Froglok Race number.
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user