![]()
|
|
Related Issues: 28982
That'a a result of issue #28982.
The item is one of Oswald's unique items. A fragment on DLC04_KiddieKingdomMain sets a stage on DLC04_CustomItemQuest, which starts the item generation. Then, on the next line, the fragment on DLC04_KiddieKingdomMain tries to equip the item but there's no guarantee at this early point that the item generation has finished running already. Because a reference exists, the base item has apparently been spawned already. My guess is that the item generation function was still busy with adding the mods (when a mod is added, an item may temporarily loose 3D) when this error occurred.
The item is one of Oswald's unique items. A fragment on DLC04_KiddieKingdomMain sets a stage on DLC04_CustomItemQuest, which starts the item generation. Then, on the next line, the fragment on DLC04_KiddieKingdomMain tries to equip the item but there's no guarantee at this early point that the item generation has finished running already. Because a reference exists, the base item has apparently been spawned already. My guess is that the item generation function was still busy with adding the mods (when a mod is added, an item may temporarily loose 3D) when this error occurred.
Showing Comments 1 - 1 of 1