Jmartz007 / Wow_mythic_groups

Tool that helps create mythic+ groups for weekly guild night.
0 stars 1 forks source link

Create Player with dungeon and no key level #39

Closed Jmartz007 closed 2 months ago

Jmartz007 commented 3 months ago

An error occurs when you create a character and select a dungeon but do not put in a value for the key level.

Jmartz007 commented 2 months ago

Discovered that the character was being created but was not being shown in the char_info view which is the view the current_players pulls from. Remedied this by adding a default value for dungeon and key level which always gets submitted when a player is created.

Jmartz007 commented 2 months ago

Fixed in pull request #41