mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-19 21:02:41 +00:00
Fix CloneMob to copy base_race from in.base_race instead of in.race
Co-authored-by: Valorith <76063792+Valorith@users.noreply.github.com>
This commit is contained in:
parent
694de99c36
commit
5aee32e854
@ -1968,7 +1968,7 @@ private:
|
||||
gender = in.gender;
|
||||
race = in.race;
|
||||
base_gender = in.base_gender;
|
||||
base_race = in.race;
|
||||
base_race = in.base_race;
|
||||
use_model = in.use_model;
|
||||
class_ = in.class_;
|
||||
bodytype = in.bodytype;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user