MarcTowler / ItsLit-RPG-Tracker

Issue tracker for all parts of the ItsLit RPG
0 stars 0 forks source link

error with updateCoin creating new character accounts #43

Closed MarcTowler closed 4 years ago

MarcTowler commented 4 years ago

when discord is throwing an updatecoin command, it seems to be creating new character accounts with NULL uid and NULL username instead of adding to existing accounts or creating an unregistered phantom account

MarcTowler commented 4 years ago

image

MarcTowler commented 4 years ago

making a change so that updateCoins should never see a lack of character because on registration of user, the player shadow account is created

MarcTowler commented 4 years ago

This was fixed in earlier patch when we merge both character and user tables