=General
*Elemental system recode part 6.
-This part focused on redoing all the SQL save/load related stuff for elementals
-and the format that the data for them is saved in. Due to the major rework on
-the format for their save data a SQL update is required. This update drops the
-elemental table and all of the data for them and creates a new one with the new
-format. This is also important to get rid of any unused elemental data caused
-by a bug on character deletion.
-
-Glad I got this out of the way. All thats left is to code in all of the skills
-for the elementals. Should be easy to do since their skills are simple.
*Fixed a issue where deleting a character would not delete the data for a attached
-elemental if one was active at the time of deletion.
=Elementals
*Base sub-stats are now calculated during the summoning of a elemental.
-Once summoned, these base sub-stats will be set for the entire duration of the
-elementals life. The only thing that will affect them after is changes through
-status's.
=SQL
*Updated the main.sql file with the new format for the elemental table.
*Added update 3CeAM_svn896.sql.