arktara
12
It seems like some clever coder implemented a rotation system for events whereby when an event is completed it is flagged as completed and taken out of rotation so that other events will trigger instead.
The problem is that flag is never reset so all events run exactly once and then never again.
1 Like