mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Items: Updated item stat calculations
* Implemented item modifiers * Implemented item bonuses
This commit is contained in:
@@ -2213,6 +2213,10 @@ CREATE TABLE `item_instance` (
|
||||
`durability` smallint(5) unsigned NOT NULL DEFAULT '0',
|
||||
`playedTime` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`text` text,
|
||||
`transmogrification` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`upgradeId` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`enchantIllusion` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`bonusListIDs` text,
|
||||
PRIMARY KEY (`guid`),
|
||||
KEY `idx_owner_guid` (`owner_guid`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Item System';
|
||||
|
||||
Reference in New Issue
Block a user