don't ask..

This commit is contained in:
Sarjuuk
2015-08-03 23:16:11 +02:00
parent a5f13325c0
commit 1d5436bbd2
2 changed files with 4 additions and 2 deletions

View File

@@ -35,7 +35,9 @@ ALTER TABLE `aowow_item_stats`
CHANGE COLUMN `id` `typeId` mediumint(9) unsigned NOT NULL AFTER `type`,
DROP INDEX `item`,
DROP PRIMARY KEY,
ADD PRIMARY KEY (`typeId`, `type`)
ADD PRIMARY KEY (`typeId`, `type`);
UPDATE `aowow_item_stats` SET `type` = 3;
ALTER TABLE `aowow_articles`
ALTER `type` DROP DEFAULT,

View File

@@ -38,7 +38,7 @@ if (!empty($this->activateCondition)):
<th><?php echo Lang::enchantment('activation'); ?></th>
<td colspan="2"><?php echo $this->activateCondition; ?></td>
</tr>
<?
<?php
endif;
foreach ($this->effects as $i => $e):