@ -277,4 +277,6 @@ insert into class_skill_data(name,class_skill_id,dependency,level,effect,duratio
values ( ' Assault Charge Advent ' , ( SELECT id from class_skill WHERE name = ' Assault Charge Advent ' limit 1 ) , ' ' , 1 , ' Effect Name ' , 30 , 24 , 1 . 0 , 1 . 1 , false , 0 . 8 , ' ' , 0 , 0 , 0 , 0 , 0 , 0 , 0 . 6 , 0 , 0 ) ;
values ( ' Assault Charge Advent ' , ( SELECT id from class_skill WHERE name = ' Assault Charge Advent ' limit 1 ) , ' ' , 1 , ' Effect Name ' , 30 , 24 , 1 . 0 , 1 . 1 , false , 0 . 8 , ' ' , 0 , 0 , 0 , 0 , 0 , 0 , 0 . 6 , 0 , 0 ) ;
insert into skill_tree_data ( class_id , data , skill_data , line_color , line_width , gridsizex , gridsizey , gridpaddingx , gridpaddingy , halflineheight )
insert into skill_tree_data ( class_id , data , skill_data , line_color , line_width , gridsizex , gridsizey , gridpaddingx , gridpaddingy , halflineheight )
values ( ( select id from class where name = ' Hunter ' ) , ' □ □ ,└□─┘□□, │ ││, │ □│, □─□┼□, □ ' , ' ' , ' #000000 ' , 3 , 80 , 60 , 10 , 10 , 60 ) ;
values ( ( select id from class where name = ' Hunter ' ) , ' □ □ ,└□─┘□□, │ ││, │ □│, □─□┼□, □ ' , ' ' , ' #000000 ' , 3 , 80 , 60 , 10 , 10 , 60 ) ;
insert into site_data ( field , data ) values ( ' UNDER_CONSTRUCTION_TEXT ' , ' NGSplanner.com is currently under construction! Please check back after Sig yells at me enough to help finish it. ' ) ;