[10121] Add a few comments about DYNAMICOBJECT_BYTES + fix typo in one.

This commit is contained in:
NoFantasy 2010-06-29 12:22:54 +02:00
parent fdcbd7d5f5
commit 4024a1c50c
3 changed files with 15 additions and 2 deletions

View file

@ -4239,7 +4239,7 @@ void Spell::EffectAddFarsight(SpellEffectIndex eff_idx)
return;
}
// DYNAMICOBJECT_BYTES is appareltly different from the default bytes set in ::Create
// DYNAMICOBJECT_BYTES is apparently different from the default bytes set in ::Create
dynObj->SetUInt32Value(DYNAMICOBJECT_BYTES, 0x80000002);
m_caster->AddDynObject(dynObj);