mirror of
https://github.com/slawkens/myaac.git
synced 2025-11-30 06:56:51 +01:00
some fixes...
* fixed registering database_version
* fixed skulls displaying
* fixed movies unexpected comment
* added template_place_holder('center_top') to kathrine template
* fixed signature tibian for OTHire and other servers that doesnt use
accounts.premdays field
This commit is contained in:
@@ -55,7 +55,6 @@ CREATE TABLE `myaac_config`
|
||||
PRIMARY KEY (`id`),
|
||||
UNIQUE (`name`)
|
||||
) ENGINE = MyISAM;
|
||||
INSERT INTO `myaac_config` (`id`, `name`, `value`) VALUES (NULL, 'database_version', '1');
|
||||
|
||||
CREATE TABLE `myaac_faq`
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user