Ok... I've done a bit of work on it and from what I can see, this patch changed things: http://github.com/mangos/mangos/commit/68a2ec132119cf1021231249e7f0a53932aef06b
I'm no expert in php but from what i gathered here: http://wiki.udbforums.org/index.php/Character_data I assumed all I needed to do was add two variables after index: PLAYER_FIELD_MOD_HEALING_DONE_POS.
With that basic knowledge and no experience what so ever in Index Substrings, I attempted to add it with the following php page... http://pastebin.ca/1560254
I used info gathered from the UDB wiki page and misc SQL help pages I googled.
Unfortunatly this didn't work... So I'm back at square one, with no idea really where to go. My next idea was to make a c++ function to save the new data blob by calling all the functions in the current data blob... Not really something that could be thrown together in 5 mins, but it's worth a shot.
Before I end up going on this endless spree of trial and error, does anyone know a better solution?