mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[10121] Add a few comments about DYNAMICOBJECT_BYTES + fix typo in one.
This commit is contained in:
parent
fdcbd7d5f5
commit
4024a1c50c
3 changed files with 15 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue