I have been trying to find where the character level PVP stats are being pulled from, without much success. The reason I am looking for these is to remove a few columns and also do a text replacement for unguilded people, and those from my realm (which currently show as empty).
The page I want to access can be found by doing the following:
1. Go to Roster
2. Click on the name of a user that has uploaded PvP data
3. Click on "BGLog" in the top nav
The log at the bottom of this page is what I would like to change.
I have previously added in Realm information to guildpvp.php and made a similar change (so that people from my Realm have the correct label). It would be nice to have this change in all places that the PVP log could be access from.
I know I can just go in to the database and update those columns manually, but I was looking for a solution that didn't require that I manually update the DB after every upload.
Thanks!