mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Fixups
* fixed two typos
This commit is contained in:
@@ -1300,7 +1300,7 @@ CREATE TABLE `aowow_items` (
|
|||||||
KEY `idx_name` (`name_loc0`),
|
KEY `idx_name` (`name_loc0`),
|
||||||
KEY `items_index` (`class`),
|
KEY `items_index` (`class`),
|
||||||
KEY `idx_model` (`displayId`),
|
KEY `idx_model` (`displayId`),
|
||||||
KEY `idx_faction` (`requiredFaction`).
|
KEY `idx_faction` (`requiredFaction`),
|
||||||
KEY `iconId` (`iconId`)
|
KEY `iconId` (`iconId`)
|
||||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!empty($this->contribute));
|
if (!empty($this->contribute)):
|
||||||
?>
|
?>
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
<div class="text">
|
<div class="text">
|
||||||
|
|||||||
Reference in New Issue
Block a user