Quote:
Originally Posted by Tim_Rocks
Well, I'm just sticking with community name, I'm not doing any of that extra un-needed stuff. I suppose if they update their community name the previous community name already in the DB will just be stuck in there... Unless a staff deletes it.
|
Uhm, you should not be storing the community name in the table at all unless you're using it in addition to the account. I hope you're keeping in mind that some players don't have community names, and that they can change. The account should be used as an internal identifier. There are already functions available for getting a community name from an account (DB_Names.getCommunityName or something like that iirc) that you should be using.