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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

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