Skip to content
Snippets Groups Projects
Commit 0dd04147 authored by Nos's avatar Nos
Browse files

BETA: DP-Part for [L6319]

parent 28897096
No related branches found
No related tags found
No related merge requests found
CREATE TABLE IF NOT EXISTS `character_norestart_zone_time` (
`charId` int(10) unsigned NOT NULL DEFAULT '0',
`time_limit` bigint(13) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`charId`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
\ No newline at end of file
DROP TABLE IF EXISTS `character_norestart_zone_time`;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment