Misc/Fixes
* fixed db_structure.sql broken after * readded %-column to GO-Loot listviews
This commit is contained in:
parent
c75777e5c3
commit
b84854d4ba
3 changed files with 6 additions and 5 deletions
BIN
README.md
BIN
README.md
Binary file not shown.
|
|
@ -391,10 +391,11 @@ class ObjectPage extends GenericPage
|
|||
}
|
||||
|
||||
$tabData = array(
|
||||
'data' => array_values($goLoot->getResult()),
|
||||
'id' => 'contains',
|
||||
'name' => '$LANG.tab_contains',
|
||||
'sort' => ['-percent', 'name']
|
||||
'data' => array_values($goLoot->getResult()),
|
||||
'id' => 'contains',
|
||||
'name' => '$LANG.tab_contains',
|
||||
'sort' => ['-percent', 'name'],
|
||||
'extraCols' => ['$Listview.extraCols.percent']
|
||||
);
|
||||
|
||||
if ($hiddenCols)
|
||||
|
|
|
|||
|
|
@ -2448,7 +2448,7 @@ CREATE TABLE `aowow_zones` (
|
|||
|
||||
LOCK TABLES `aowow_account` WRITE;
|
||||
/*!40000 ALTER TABLE `aowow_account` DISABLE KEYS */;
|
||||
INSERT INTO `aowow_account` VALUES (0,0,'<system>','','AoWoW','',0,0,0,0,'','',0,0,0,0,'','','',0,0,0,0,0,'','');
|
||||
INSERT INTO `aowow_account` VALUES (0,0,'<system>','','AoWoW','',0,0,0,0,'','',0,0,0,0,'','','',0,0,0,0,0,'');
|
||||
/*!40000 ALTER TABLE `aowow_account` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue