Setup/Fixup
* fix required class/race masks on items and quests during import instead of on demand
This commit is contained in:
parent
2ef3f575c3
commit
a89eef5736
9 changed files with 33 additions and 41 deletions
|
|
@ -1306,8 +1306,8 @@ CREATE TABLE `aowow_items` (
|
|||
`repairPrice` int(10) unsigned NOT NULL,
|
||||
`slot` tinyint(4) NOT NULL,
|
||||
`slotBak` tinyint(3) unsigned NOT NULL DEFAULT 0,
|
||||
`requiredClass` int(11) NOT NULL DEFAULT -1,
|
||||
`requiredRace` int(11) NOT NULL DEFAULT -1,
|
||||
`requiredClass` smallint(5) unsigned NOT NULL DEFAULT 0,
|
||||
`requiredRace` smallint(5) unsigned NOT NULL DEFAULT 0,
|
||||
`itemLevel` smallint(5) unsigned NOT NULL DEFAULT 0,
|
||||
`requiredLevel` tinyint(3) unsigned NOT NULL DEFAULT 0,
|
||||
`requiredSkill` smallint(5) unsigned NOT NULL DEFAULT 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue