mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 21:56:22 +00:00
feat(Docker): update to Ubuntu 20.04 + more improvements (#3277)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user