This commit is contained in:
5
trunk/dist/sql/game/grandboss_list.sql
vendored
Normal file
5
trunk/dist/sql/game/grandboss_list.sql
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE IF NOT EXISTS `grandboss_list` (
|
||||
`player_id` decimal(11,0) NOT NULL,
|
||||
`zone` decimal(11,0) NOT NULL,
|
||||
PRIMARY KEY (`player_id`,`zone`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
Reference in New Issue
Block a user