Open judam opened 12 years ago
https://gist.github.com/3179164 would fix it, I believe.
Using ?lancs DID show that at one point, not sure why it doesn't now.
It shows if you manually unattach and reattach the module. I forget the details, but it has to do with loading the items in AA_CREATE and the database callback not having enough time to finish before the modules are attached.
edit: Another possible solution that I have tried in the my zone was to change the item loading in hscore_database to AA_PRECREATE. I think it is a race condition, but it seemed to work every time.
Another solution would be to implement the pymod interface for hscore_database and use the item reloaded callback. It would be pretty much the same as the gist I posted above though.
Has nothing to do with that. I fixed that issue - the only reason it reverted is that dr brain pulled from the repository and I didn't push my fix.
It does have to do with it in the current state of the repository.
Showing (E)vokers and (S)ummoners respectively.