-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Master #7
base: master
Are you sure you want to change the base?
Master #7
Conversation
"character_stats" => "character_stats", | ||
"guild_member" => "guild_member", | ||
"guild" => "guild", | ||
"gm_tickets" => "gm_tickets" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not true . Trinity 7.x.x don't have table gm_tickets , renamed to gm_bug
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have changed it all as requested.
), | ||
|
||
"gm_tickets" => array( | ||
"ticketId" => "ticketId", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ticketId renamed to = id
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have changed it all as requested.
|
||
"gm_tickets" => array( | ||
"ticketId" => "ticketId", | ||
"guid" => "guid", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
guid renamed to playerGuid
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have changed it all as requested.
"gm_tickets" => array( | ||
"ticketId" => "ticketId", | ||
"guid" => "guid", | ||
"message" => "message", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
message renamed to = note
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have changed it all as requested.
"guid" => "guid", | ||
"message" => "message", | ||
"createTime" => "createTime", | ||
"completed" => "completed", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
completed renamed to = assignedTo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have changed it all as requested.
and legion have bnet_account and other bnet tables , you don't add . |
No description provided.