feat(Docker): update to Ubuntu 20.04 + more improvements (#3277)
This commit is contained in:
parent
c83c53e718
commit
d2cc3fcbc2
14 changed files with 32 additions and 25 deletions
|
|
@ -2517,7 +2517,7 @@ void Spell::EffectSummonType(SpellEffIndex effIndex)
|
|||
// xinef: i think this is wrong, found only 2 vehicles with faction override and one of them should inherit caster faction...
|
||||
//uint32 faction = properties->Faction;
|
||||
//if (!faction)
|
||||
uint32 faction = m_originalCaster->getFaction();
|
||||
uint32 faction = m_originalCaster->getFaction();
|
||||
|
||||
summon->setFaction(faction);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue