mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
Core/Items: Implemented new item bonus and enchantment types
This commit is contained in:
10
sql/updates/hotfixes/master/2017_05_07_00_hotfixes.sql
Normal file
10
sql/updates/hotfixes/master/2017_05_07_00_hotfixes.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
--
|
||||
-- Table structure for table `artifact_power_picker`
|
||||
--
|
||||
DROP TABLE IF EXISTS `artifact_power_picker`;
|
||||
CREATE TABLE `artifact_power_picker` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`PlayerConditionID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` smallint(6) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
|
||||
Reference in New Issue
Block a user