mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
don't ask..
This commit is contained in:
@@ -35,7 +35,9 @@ ALTER TABLE `aowow_item_stats`
|
|||||||
CHANGE COLUMN `id` `typeId` mediumint(9) unsigned NOT NULL AFTER `type`,
|
CHANGE COLUMN `id` `typeId` mediumint(9) unsigned NOT NULL AFTER `type`,
|
||||||
DROP INDEX `item`,
|
DROP INDEX `item`,
|
||||||
DROP PRIMARY KEY,
|
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 TABLE `aowow_articles`
|
||||||
ALTER `type` DROP DEFAULT,
|
ALTER `type` DROP DEFAULT,
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ if (!empty($this->activateCondition)):
|
|||||||
<th><?php echo Lang::enchantment('activation'); ?></th>
|
<th><?php echo Lang::enchantment('activation'); ?></th>
|
||||||
<td colspan="2"><?php echo $this->activateCondition; ?></td>
|
<td colspan="2"><?php echo $this->activateCondition; ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?
|
<?php
|
||||||
endif;
|
endif;
|
||||||
|
|
||||||
foreach ($this->effects as $i => $e):
|
foreach ($this->effects as $i => $e):
|
||||||
|
|||||||
Reference in New Issue
Block a user