diff --git a/src/gamedata/g_skill.cpp b/src/gamedata/g_skill.cpp index 5963dc8786..35b8b08d9e 100644 --- a/src/gamedata/g_skill.cpp +++ b/src/gamedata/g_skill.cpp @@ -539,6 +539,7 @@ FSkillInfo &FSkillInfo::operator=(const FSkillInfo &other) RespawnLimit= other.RespawnLimit; Aggressiveness= other.Aggressiveness; SpawnFilter = other.SpawnFilter; + SpawnMulti = other.SpawnMulti; ACSReturn = other.ACSReturn; MenuName = other.MenuName; PicName = other.PicName;