mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 07:18:37 +00:00
[Code Cleanup] Race constants refactor (#3782)
* [Code Cleanup] Race constants refactor * Update races.h
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ Petition::Petition(uint32 id)
|
||||
{
|
||||
petid = id;
|
||||
charclass = Class::None;
|
||||
charrace = RACE_DOUG_0;
|
||||
charrace = Race::Doug;
|
||||
charlevel = 0;
|
||||
checkouts = 0;
|
||||
unavailables = 0;
|
||||
|
||||
Reference in New Issue
Block a user