Bartoli ItemFlags 0

This commit is contained in:
Adngel 2023-12-10 15:53:47 +01:00
parent 5f32f7546b
commit ece01e7a40

View file

@ -67,7 +67,10 @@ namespace TEN::Entities::Creatures::TR2
return;
}
if (item.ItemFlags[0] == 0)
transformObjectID = ID_DRAGON_FRONT;
else
transformObjectID = item.ItemFlags[0];
}
AnimateItem(&item);