mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-19 21:02:41 +00:00
Merge pull request #86 from Valorith/copilot/sub-pr-80-please-work
Fix CloneMob base_race copy to preserve source mob's original race
This commit is contained in:
commit
0da1eba314
@ -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