Merged with released L2J-Unity files.
This commit is contained in:
8
trunk/dist/db_installer/sql/game/residence_functions.sql
vendored
Normal file
8
trunk/dist/db_installer/sql/game/residence_functions.sql
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
DROP TABLE IF EXISTS `residence_functions`;
|
||||
CREATE TABLE IF NOT EXISTS `residence_functions` (
|
||||
`id` int NOT NULL ,
|
||||
`level` int NOT NULL ,
|
||||
`expiration` bigint NOT NULL ,
|
||||
`residenceId` int NOT NULL ,
|
||||
PRIMARY KEY (`id`, `level`, `residenceId`)
|
||||
);
|
Reference in New Issue
Block a user