Moved crest data to SQL.
This commit is contained in:
6
L2J_Mobius_C4_ScionsOfDestiny/dist/db_installer/sql/game/crests.sql
vendored
Normal file
6
L2J_Mobius_C4_ScionsOfDestiny/dist/db_installer/sql/game/crests.sql
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE IF NOT EXISTS `crests` (
|
||||
`crest_id` INT,
|
||||
`data` VARBINARY(2176) NOT NULL,
|
||||
`type` TINYINT NOT NULL,
|
||||
PRIMARY KEY(`crest_id`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci;
|
Reference in New Issue
Block a user