Jump to content
  • 0
Chocolate31

Char Name in Picklog db

Question

Dont know if this is the right section, move to right forum please.  :huh:

 


I need some help with the picklog db to make easier to locate a user.
Picklog db only show the char id so its uncomfortable.
 

How to make a functional extra table in the picklog db to view the char name?

Thanks.

Edited by Chocolate31

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Simple Query can make it do so:

SELECT id,time,picklog.char_id,type,nameid,amount,refine,card0,card1,card2,card3,unique_id,map,char.name FROM picklog LEFT JOIN `char` ON char.char_id = picklog.char_id;

I feel its extra overhead to have char_name to be saved, so this query would save you :P

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.