mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-24 14:37:25 +00:00
comment
This commit is contained in:
parent
9b3c2f094f
commit
9e530b91d6
@ -115,7 +115,7 @@ void BuffComponent::ApplyBuff(const int32_t id, const float duration, const LWOO
|
|||||||
behaviorID = behaviorTemplateTable->GetSkillByID(parameter.values[0]).behaviorID;
|
behaviorID = behaviorTemplateTable->GetSkillByID(parameter.values[0]).behaviorID;
|
||||||
stacks = static_cast<int32_t>(parameter.values[1]);
|
stacks = static_cast<int32_t>(parameter.values[1]);
|
||||||
tick = parameter.values[2];
|
tick = parameter.values[2];
|
||||||
const auto unknown2 = parameter.values[3]; // Always 0
|
const auto unknown2 = parameter.values[3]; // TODO: figure this out it changed to all 1 in FT
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user