-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmapleclass.sql
More file actions
53 lines (53 loc) · 914 Bytes
/
Copy pathmapleclass.sql
File metadata and controls
53 lines (53 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
INSERT into classes
VALUES
(1, 'Beginner'),
(2, 'Hero'),
(3, 'Paladin'),
(4, 'DarkKnight'),
(5, 'FirePoison'),
(6, 'IceLightning'),
(7, 'Bishop'),
(8, 'Bowmaster'),
(9, 'Marksman'),
(10, 'NightLord'),
(11, 'Shadower'),
(12, 'Buccaneer'),
(13, 'Corsair'),
(14, 'Pathfinder'),
(15, 'DualBlade'),
(16, 'Cannoneer'),
(17, 'Jett'),
(18, 'DawnWarrior'),
(19, 'BlazeWizard'),
(20, 'WindArcher'),
(21, 'NightWalker'),
(22, 'ThunderBreaker'),
(23, 'Mihile'),
(24, 'Evan'),
(25, 'Mercedes'),
(26, 'Phantom'),
(27, 'Luminous'),
(28, 'Shade'),
(29, 'Blaster'),
(30, 'BattleMage'),
(31, 'WildHunter'),
(32, 'Mechanic'),
(33, 'Xenon'),
(34, 'DemonSlayer'),
(35, 'DemonAvenger'),
(36, 'Kaiser'),
(37, 'AngelicBuster'),
(38, 'Cadena'),
(39, 'Kain'),
(40, 'Illium'),
(41, 'Ark'),
(42, 'Adele'),
(43, 'Hayato'),
(44, 'Kanna'),
(45, 'Hoyoung'),
(46, 'Lara'),
(47, 'Chase'),
(48, 'Zero'),
(49, 'Kinesis'),
(50, 'MoXuan'),
(51, 'Aran')