You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is one of many events in MapInstance.cpp that is unhandled in one way or another.
Details
Begins on line 686 of MapInstance.cpp.
When called, it gives "Unhandled description and battlecry request" along with description and battlecry to qWarning().
TODO: client expects us to force it to fill description and battlecry fields in UI?
The text was updated successfully, but these errors were encountered:
Current build saves information entered on the ID (profile) page correctly, but does not load BattleCry or Description on this page properly. Not sure if there's another MapEvent that is supposed to send this information, or if we're sending something incorrect elsewhere, but this is sort of "half" working.
Summary
This is one of many events in MapInstance.cpp that is unhandled in one way or another.
Details
Begins on line 686 of MapInstance.cpp.
When called, it gives "Unhandled description and battlecry request" along with description and battlecry to qWarning().
TODO: client expects us to force it to fill description and battlecry fields in UI?
The text was updated successfully, but these errors were encountered: