View Single Post
  #10  
Old 06-20-2019, 12:14 AM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,333
Default

In that case, with a blank table you would need an insert query :
Code:
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (58, 1, 1, 201, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (58, 1, 1, 204, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (58, 1, 1, 207, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (58, 1, 1, 206, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (58, 1, 1, 211, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (58, 1, 1, 396, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (58, 1, 1, 212, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (58, 1, 1, 208, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (58, 1, 1, 201, 45, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (58, 1, 1, 207, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (58, 1, 1, 212, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (58, 1, 1, 396, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (58, 1, 1, 211, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (48, 1, 2, 201, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (48, 1, 2, 207, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (48, 1, 2, 208, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (48, 1, 2, 212, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (48, 1, 2, 206, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (48, 1, 2, 204, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (48, 1, 2, 201, 45, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (48, 1, 2, 207, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (48, 1, 2, 212, 2, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (54, 1, 3, 204, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (54, 1, 3, 207, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (54, 1, 3, 208, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (54, 1, 3, 212, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (54, 1, 3, 207, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (54, 1, 3, 212, 2, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (55, 1, 4, 207, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (55, 1, 4, 215, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (55, 1, 4, 207, 3, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (55, 1, 4, 215, 3, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (57, 1, 5, 201, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (57, 1, 5, 206, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (57, 1, 5, 201, 45, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (49, 1, 6, 207, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (49, 1, 6, 215, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (49, 1, 6, 207, 3, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (49, 1, 6, 215, 3, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (52, 1, 7, 210, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (52, 1, 7, 396, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (52, 1, 7, 396, 2, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (47, 1, 8, 202, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (47, 1, 8, 207, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (47, 1, 8, 209, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (47, 1, 8, 211, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (47, 1, 8, 213, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (47, 1, 8, 215, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (47, 1, 8, 396, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (47, 1, 8, 216, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (47, 1, 8, 214, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (47, 1, 8, 212, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (47, 1, 8, 210, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (47, 1, 8, 208, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (47, 1, 8, 204, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (47, 1, 8, 205, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (47, 1, 8, 207, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (47, 1, 8, 212, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (47, 1, 8, 396, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (47, 1, 8, 209, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (47, 1, 8, 213, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (47, 1, 8, 211, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (47, 1, 8, 216, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (47, 1, 8, 215, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (47, 1, 8, 214, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (47, 1, 8, 202, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (47, 1, 8, 210, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (47, 1, 8, 205, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (56, 1, 9, 201, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (56, 1, 9, 206, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (56, 1, 9, 207, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (56, 1, 9, 212, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (56, 1, 9, 396, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (56, 1, 9, 205, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (56, 1, 9, 204, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (56, 1, 9, 212, 2, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (56, 1, 9, 207, 2, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (56, 1, 9, 201, 2, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (56, 1, 9, 396, 2, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (56, 1, 9, 205, 2, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (53, 1, 11, 201, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (53, 1, 11, 206, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (53, 1, 11, 201, 45, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (51, 1, 12, 201, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (51, 1, 12, 204, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (51, 1, 12, 207, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (51, 1, 12, 206, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (51, 1, 12, 208, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (51, 1, 12, 213, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (51, 1, 12, 396, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (51, 1, 12, 212, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (51, 1, 12, 207, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (51, 1, 12, 212, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (51, 1, 12, 201, 45, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (51, 1, 12, 396, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (51, 1, 12, 213, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (51, 1, 13, 201, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (51, 1, 13, 207, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (51, 1, 13, 208, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (51, 1, 13, 212, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (51, 1, 13, 396, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (51, 1, 13, 206, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (51, 1, 13, 204, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (51, 1, 13, 212, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (51, 1, 13, 201, 45, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (51, 1, 13, 207, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (51, 1, 13, 396, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (50, 1, 14, 201, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (50, 1, 14, 206, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (50, 1, 14, 208, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (50, 1, 14, 212, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (50, 1, 14, 396, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (50, 1, 14, 207, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (50, 1, 14, 204, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (50, 1, 14, 212, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (50, 1, 14, 201, 45, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (50, 1, 14, 207, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (50, 1, 14, 396, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (4, 2, 1, 211, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (4, 2, 1, 214, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (4, 2, 1, 396, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (4, 2, 1, 396, 29, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (4, 2, 1, 214, 29, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (4, 2, 1, 211, 29, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (2, 2, 9, 205, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (2, 2, 9, 396, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (2, 2, 9, 214, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (2, 2, 9, 396, 29, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (2, 2, 9, 205, 29, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (2, 2, 9, 214, 29, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (3, 2, 10, 214, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (3, 2, 10, 214, 29, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (0, 2, 15, 208, 394, 2052);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (0, 2, 15, 214, 394, 2052);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (0, 2, 15, 208, 29, 4);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (0, 2, 15, 214, 29, 4);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (1, 2, 16, 211, 394, 2112);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (1, 2, 16, 396, 394, 2112);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (1, 2, 16, 214, 394, 2112);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (1, 2, 16, 396, 29, 64);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (1, 2, 16, 211, 29, 64);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (1, 2, 16, 214, 29, 64);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (17, 3, 2, 203, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (17, 3, 2, 210, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (17, 3, 2, 209, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (17, 3, 2, 203, 75, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (17, 3, 2, 210, 24, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (17, 3, 2, 209, 24, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (21, 3, 3, 209, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (21, 3, 3, 210, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (21, 3, 3, 209, 24, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (21, 3, 3, 210, 24, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (22, 3, 5, 203, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (22, 3, 5, 203, 75, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (20, 3, 11, 203, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (20, 3, 11, 203, 75, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (19, 3, 12, 209, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (19, 3, 12, 213, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (19, 3, 12, 396, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (19, 3, 12, 210, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (19, 3, 12, 396, 23, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (19, 3, 12, 209, 23, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (19, 3, 12, 213, 23, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (19, 3, 12, 210, 23, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (19, 3, 13, 209, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (19, 3, 13, 210, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (19, 3, 13, 396, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (19, 3, 13, 396, 23, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (19, 3, 13, 209, 23, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (19, 3, 13, 210, 23, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (18, 3, 14, 209, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (18, 3, 14, 210, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (18, 3, 14, 396, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (18, 3, 14, 396, 23, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (18, 3, 14, 210, 23, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (18, 3, 14, 209, 23, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (85, 4, 1, 207, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (85, 4, 1, 211, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (85, 4, 1, 215, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (85, 4, 1, 396, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (85, 4, 1, 396, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (85, 4, 1, 207, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (85, 4, 1, 211, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (85, 4, 1, 215, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (83, 4, 4, 215, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (83, 4, 4, 215, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (82, 4, 6, 215, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (82, 4, 6, 215, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (81, 4, 8, 202, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (81, 4, 8, 209, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (81, 4, 8, 396, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (81, 4, 8, 216, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (81, 4, 8, 215, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (81, 4, 8, 214, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (81, 4, 8, 213, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (81, 4, 8, 212, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (81, 4, 8, 211, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (81, 4, 8, 210, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (81, 4, 8, 208, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (81, 4, 8, 204, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (81, 4, 8, 207, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (81, 4, 8, 205, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (81, 4, 8, 396, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (81, 4, 8, 205, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (81, 4, 8, 207, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (81, 4, 8, 208, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (81, 4, 8, 211, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (81, 4, 8, 216, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (81, 4, 8, 215, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (81, 4, 8, 214, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (81, 4, 8, 202, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (81, 4, 8, 213, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (81, 4, 8, 210, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (81, 4, 8, 209, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (81, 4, 8, 212, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (81, 4, 8, 204, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (84, 4, 9, 205, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (84, 4, 9, 215, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (84, 4, 9, 207, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (84, 4, 9, 396, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (84, 4, 9, 396, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (84, 4, 9, 215, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (84, 4, 9, 207, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (84, 4, 9, 205, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (43, 5, 2, 215, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (43, 5, 2, 215, 61, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (46, 5, 3, 215, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (46, 5, 3, 215, 61, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (45, 5, 12, 204, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (45, 5, 12, 208, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (45, 5, 12, 215, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (45, 5, 12, 396, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (45, 5, 12, 213, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (45, 5, 12, 207, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (45, 5, 12, 396, 62, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (45, 5, 12, 207, 62, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (45, 5, 12, 204, 62, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (45, 5, 12, 213, 62, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (45, 5, 12, 215, 62, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (45, 5, 12, 208, 62, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (45, 5, 13, 204, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (45, 5, 13, 207, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (45, 5, 13, 208, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (45, 5, 13, 396, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (45, 5, 13, 215, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (45, 5, 13, 396, 62, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (45, 5, 13, 207, 62, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (45, 5, 13, 208, 62, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (45, 5, 13, 215, 62, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (45, 5, 13, 204, 62, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (44, 5, 14, 204, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (44, 5, 14, 215, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (44, 5, 14, 396, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (44, 5, 14, 208, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (44, 5, 14, 207, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (44, 5, 14, 396, 62, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (44, 5, 14, 207, 62, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (44, 5, 14, 204, 62, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (44, 5, 14, 215, 62, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (44, 5, 14, 208, 62, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (11, 6, 1, 206, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (11, 6, 1, 211, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (11, 6, 1, 396, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (11, 6, 1, 396, 41, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (11, 6, 1, 211, 41, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (11, 6, 1, 206, 41, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (5, 6, 2, 206, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (5, 6, 2, 206, 42, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (10, 6, 5, 206, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (10, 6, 5, 206, 42, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (9, 6, 9, 205, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (9, 6, 9, 206, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (9, 6, 9, 396, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (9, 6, 9, 396, 42, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (9, 6, 9, 205, 42, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (9, 6, 9, 206, 42, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (8, 6, 11, 206, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (8, 6, 11, 206, 42, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (7, 6, 12, 206, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (7, 6, 12, 213, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (7, 6, 12, 396, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (7, 6, 12, 396, 41, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (7, 6, 12, 206, 41, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (7, 6, 12, 213, 41, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (7, 6, 13, 206, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (7, 6, 13, 396, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (7, 6, 13, 396, 41, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (7, 6, 13, 206, 41, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (6, 6, 14, 206, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (6, 6, 14, 396, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (6, 6, 14, 396, 41, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (6, 6, 14, 206, 41, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (36, 7, 1, 201, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (36, 7, 1, 212, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (36, 7, 1, 396, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (36, 7, 1, 215, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (36, 7, 1, 214, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (36, 7, 1, 211, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (36, 7, 1, 204, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (36, 7, 1, 207, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (36, 7, 1, 208, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (36, 7, 1, 209, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (36, 7, 1, 206, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (36, 7, 1, 396, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (36, 7, 1, 211, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (36, 7, 1, 215, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (36, 7, 1, 214, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (36, 7, 1, 209, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (36, 7, 1, 212, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (36, 7, 1, 201, 45, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (36, 7, 1, 207, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (36, 7, 1, 396, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (36, 7, 1, 211, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (36, 7, 1, 214, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (36, 7, 1, 209, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (33, 7, 3, 204, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (33, 7, 3, 208, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (33, 7, 3, 212, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (33, 7, 3, 215, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (33, 7, 3, 207, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (33, 7, 3, 207, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (33, 7, 3, 215, 61, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (33, 7, 3, 212, 2, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (34, 7, 4, 207, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (34, 7, 4, 215, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (34, 7, 4, 207, 3, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (34, 7, 4, 215, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (34, 7, 4, 215, 3, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (32, 7, 6, 207, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (32, 7, 6, 215, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (32, 7, 6, 207, 3, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (32, 7, 6, 215, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (32, 7, 6, 215, 3, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 202, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 210, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 212, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 396, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 216, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 215, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 214, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 213, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 211, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 209, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 204, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 205, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 208, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 207, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 396, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 212, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 214, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 202, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 213, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 210, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 209, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 205, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 207, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 211, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 216, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 215, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 396, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 211, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 216, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 215, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 214, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 202, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 213, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 210, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 209, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 205, 1, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (35, 7, 9, 201, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (35, 7, 9, 205, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (35, 7, 9, 204, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (35, 7, 9, 212, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (35, 7, 9, 396, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (35, 7, 9, 215, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (35, 7, 9, 207, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (35, 7, 9, 396, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (35, 7, 9, 205, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (35, 7, 9, 201, 2, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (35, 7, 9, 207, 2, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (35, 7, 9, 212, 2, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (35, 7, 9, 215, 54, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (35, 7, 9, 396, 2, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (35, 7, 9, 205, 2, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (16, 8, 1, 202, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (16, 8, 1, 396, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (16, 8, 1, 396, 60, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (16, 8, 1, 202, 60, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (13, 8, 2, 202, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (13, 8, 2, 202, 67, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (14, 8, 3, 202, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (14, 8, 3, 202, 67, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (15, 8, 9, 202, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (15, 8, 9, 396, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (15, 8, 9, 205, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (15, 8, 9, 396, 67, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (15, 8, 9, 205, 67, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (15, 8, 9, 202, 67, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (12, 8, 16, 202, 394, 2112);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (12, 8, 16, 205, 394, 2112);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (12, 8, 16, 396, 394, 2112);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (12, 8, 16, 396, 67, 64);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (12, 8, 16, 205, 67, 64);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (12, 8, 16, 202, 67, 64);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (74, 9, 1, 203, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (74, 9, 1, 396, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (74, 9, 1, 211, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (74, 9, 1, 206, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (74, 9, 1, 396, 52, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (74, 9, 1, 206, 52, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (74, 9, 1, 211, 52, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (74, 9, 1, 203, 52, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (72, 9, 5, 203, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (72, 9, 5, 206, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (72, 9, 5, 203, 52, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (72, 9, 5, 206, 52, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (73, 9, 10, 203, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (73, 9, 10, 206, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (73, 9, 10, 203, 52, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (73, 9, 10, 206, 52, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (70, 9, 15, 203, 394, 2052);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (70, 9, 15, 206, 394, 2052);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (70, 9, 15, 203, 52, 4);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (70, 9, 15, 206, 52, 4);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (71, 9, 16, 203, 394, 2112);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (71, 9, 16, 211, 394, 2112);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (71, 9, 16, 396, 394, 2112);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (71, 9, 16, 206, 394, 2112);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (71, 9, 16, 396, 52, 64);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (71, 9, 16, 211, 52, 64);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (71, 9, 16, 203, 52, 64);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (71, 9, 16, 206, 52, 64);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (107, 10, 1, 203, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (107, 10, 1, 396, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (107, 10, 1, 211, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (107, 10, 1, 396, 49, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (107, 10, 1, 203, 49, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (107, 10, 1, 211, 49, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (67, 10, 5, 203, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (67, 10, 5, 211, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (67, 10, 5, 203, 49, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (67, 10, 5, 211, 49, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (68, 10, 10, 211, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (68, 10, 10, 211, 49, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (65, 10, 15, 211, 394, 2052);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (65, 10, 15, 211, 49, 4);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (108, 10, 16, 203, 394, 2112);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (108, 10, 16, 396, 394, 2112);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (108, 10, 16, 211, 394, 2112);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (108, 10, 16, 396, 49, 64);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (108, 10, 16, 211, 49, 64);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (108, 10, 16, 203, 49, 64);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (42, 11, 1, 202, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (42, 11, 1, 396, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (42, 11, 1, 211, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (42, 11, 1, 396, 19, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (42, 11, 1, 211, 19, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (42, 11, 1, 202, 19, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (37, 11, 2, 205, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (37, 11, 2, 205, 19, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (39, 11, 3, 207, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (39, 11, 3, 207, 19, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (40, 11, 4, 207, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (40, 11, 4, 207, 19, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (38, 11, 6, 207, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (38, 11, 6, 207, 19, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (41, 11, 9, 202, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (41, 11, 9, 205, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (41, 11, 9, 396, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (41, 11, 9, 396, 19, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (41, 11, 9, 205, 19, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (41, 11, 9, 202, 19, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (30, 12, 1, 201, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (30, 12, 1, 396, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (30, 12, 1, 202, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (30, 12, 1, 211, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (30, 12, 1, 396, 55, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (30, 12, 1, 211, 55, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (30, 12, 1, 202, 55, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (30, 12, 1, 201, 55, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (23, 12, 2, 201, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (23, 12, 2, 205, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (23, 12, 2, 202, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (23, 12, 2, 201, 55, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (23, 12, 2, 202, 55, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (23, 12, 2, 205, 55, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (27, 12, 3, 202, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (27, 12, 3, 202, 55, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (29, 12, 5, 201, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (29, 12, 5, 201, 55, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (28, 12, 9, 201, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (28, 12, 9, 396, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (28, 12, 9, 202, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (28, 12, 9, 205, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (28, 12, 9, 396, 55, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (28, 12, 9, 201, 55, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (28, 12, 9, 202, 55, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (28, 12, 9, 205, 55, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (26, 12, 11, 201, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (26, 12, 11, 201, 55, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (25, 12, 12, 201, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (25, 12, 12, 202, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (25, 12, 12, 213, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (25, 12, 12, 396, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (25, 12, 12, 396, 55, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (25, 12, 12, 201, 55, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (25, 12, 12, 202, 55, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (25, 12, 12, 213, 55, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (25, 12, 13, 201, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (25, 12, 13, 396, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (25, 12, 13, 202, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (25, 12, 13, 396, 55, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (25, 12, 13, 202, 55, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (25, 12, 13, 201, 55, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (24, 12, 14, 201, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (24, 12, 14, 396, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (24, 12, 14, 202, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (24, 12, 14, 396, 55, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (24, 12, 14, 201, 55, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (24, 12, 14, 202, 55, 0);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (64, 128, 1, 203, 394, 2059);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (64, 128, 1, 203, 106, 1);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (62, 128, 5, 203, 394, 2059);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (62, 128, 5, 203, 106, 1);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (60, 128, 7, 203, 394, 2059);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (60, 128, 7, 203, 106, 1);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (63, 128, 10, 203, 394, 2059);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (63, 128, 10, 203, 106, 1);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (61, 128, 11, 203, 394, 2059);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (61, 128, 11, 203, 82, 1);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (59, 128, 15, 203, 394, 2053);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (59, 128, 15, 203, 106, 5);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (80, 130, 1, 396, 394, 2052);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (80, 130, 1, 396, 155, 4);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (75, 130, 8, 396, 394, 2052);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (75, 130, 8, 396, 155, 4);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (78, 130, 9, 396, 394, 2052);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (78, 130, 9, 396, 155, 4);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (79, 130, 10, 396, 394, 2052);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (79, 130, 10, 396, 155, 4);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (76, 130, 15, 396, 394, 2052);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (76, 130, 15, 396, 155, 4);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (77, 130, 16, 396, 394, 2116);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (77, 130, 16, 396, 155, 68);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (92, 330, 1, 208, 394, 2064);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (92, 330, 1, 208, 50, 16);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (86, 330, 2, 206, 394, 2064);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (86, 330, 2, 208, 394, 2064);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (86, 330, 2, 206, 50, 16);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (86, 330, 2, 208, 50, 16);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (88, 330, 3, 208, 394, 2064);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (88, 330, 3, 208, 50, 16);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (90, 330, 5, 206, 394, 2064);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (90, 330, 5, 206, 50, 16);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (89, 330, 9, 206, 394, 2064);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (89, 330, 9, 206, 50, 16);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (91, 330, 10, 208, 394, 2064);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (91, 330, 10, 208, 50, 16);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (87, 330, 11, 206, 394, 2064);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (87, 330, 11, 206, 50, 16);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (93, 330, 12, 208, 394, 2064);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (93, 330, 12, 208, 50, 16);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (94, 522, 1, 216, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (95, 522, 2, 216, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (96, 522, 3, 216, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (97, 522, 4, 216, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (98, 522, 5, 216, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (99, 522, 6, 216, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (100, 522, 7, 216, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (101, 522, 8, 216, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (102, 522, 9, 216, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (103, 522, 11, 216, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (104, 522, 12, 216, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (105, 522, 13, 216, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (106, 522, 14, 216, 394, 2048);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (54, 1, 3, 208, 383, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (54, 1, 3, 204, 383, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 396, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 216, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 215, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 214, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 213, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 211, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 210, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 209, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 208, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 205, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 204, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (31, 7, 8, 202, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (47, 1, 8, 396, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (47, 1, 8, 216, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (47, 1, 8, 215, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (47, 1, 8, 214, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (47, 1, 8, 213, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (47, 1, 8, 211, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (47, 1, 8, 210, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (47, 1, 8, 209, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (47, 1, 8, 208, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (47, 1, 8, 205, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (47, 1, 8, 204, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (47, 1, 8, 202, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (58, 1, 1, 396, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (58, 1, 1, 211, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (58, 1, 1, 208, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (58, 1, 1, 206, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (58, 1, 1, 204, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (35, 7, 9, 396, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (35, 7, 9, 205, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (35, 7, 9, 204, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (36, 7, 1, 396, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (36, 7, 1, 214, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (36, 7, 1, 211, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (36, 7, 1, 209, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (36, 7, 1, 208, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (36, 7, 1, 206, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (36, 7, 1, 204, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (50, 1, 14, 396, 383, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (50, 1, 14, 208, 383, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (50, 1, 14, 206, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (50, 1, 14, 204, 383, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (51, 1, 13, 396, 383, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (51, 1, 13, 208, 383, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (51, 1, 13, 206, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (51, 1, 13, 204, 383, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (56, 1, 9, 396, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (56, 1, 9, 206, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (56, 1, 9, 205, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (56, 1, 9, 204, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (48, 1, 2, 208, 383, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (48, 1, 2, 206, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (48, 1, 2, 204, 383, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (33, 7, 3, 208, 383, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (33, 7, 3, 204, 383, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (51, 1, 12, 396, 383, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (51, 1, 12, 213, 383, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (51, 1, 12, 208, 383, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (51, 1, 12, 206, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (51, 1, 12, 204, 383, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (53, 1, 11, 206, 382, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (52, 1, 7, 210, 383, 1024);
INSERT INTO `char_create_combinations`(`allocation_id`, `race`, `class`, `deity`, `start_zone`, `expansions_req`) VALUES (57, 1, 5, 206, 382, 1024);
__________________
Hanging out at Antonica.World
Reply With Quote