Core/UpdateFields: Fixes areatriggers from spells being really small.

This commit is contained in:
hondacrx
2021-02-21 13:56:25 -05:00
parent 470792f77f
commit 22100aa2f2
6 changed files with 16 additions and 18 deletions
@@ -282,8 +282,7 @@ namespace Game.Entities
public AreaTriggerMiscTemplate()
{
// legacy code from before it was known what each curve field does
// wtf? thats not how you pack curve data
ExtraScale.Raw.Data[5] = (uint)1.0000001f;
ExtraScale.Raw.Data[5] = 1065353217;
// also OverrideActive does nothing on ExtraScale
ExtraScale.Structured.OverrideActive = 1;
}