Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Adding 'Marvel Heroic Roleplaying' to 'Playing' at the main screen for a campaign automatically adds Hero Games (Champions) as an additional game

Detailed Description of the Problem Adding 'Marvel Heroic Roleplaying' to 'Playing' at the main screen for a campaign automatically adds Hero Games (Champions) as an additional game. It shows after the screen is refresh. Steps to Reproduce the Problem Go to main screen in a campaign. Add Marvel Heroic Roleplaying to 'Playing' Refresh screen Hero Games (Champions) shows in the 'Playing' field in addition to Marvel Heroic Roleplaying Description of Your Setup (Browser + Version, Operating System, etc.) (A good place to get that info if you don't know it: <a href="http://supportdetails.com/" rel="nofollow">http://supportdetails.com/</a> ) Firefox 40.03 on Windows 7 Professional 64-bit. 16GB RAM.
I was able to verify this. I'll mark this down as a bug and it should hopefully be fixed soon.&nbsp;
Cool, thanks.
1441743134

Edited 1441743410
Also the game system comes back after trying to remove it. My guess is you have both game systems sharing 'unique' identifiers.&nbsp; Having a primary key constraint GameID/GameCode column in the game systems table (if there is even such a table, which there should be) would prevent such bugs in the future. This assumes you're using a relational database. If you are using a NoSQL key/value pair type of DB (BigTable, Cassandra, etc..), I don't know much about them.