Core/Players: Implemented secondary stat diminishing
Port From (https://github.com/TrinityCore/TrinityCore/commit/cb47605235a49bb2c6065b2e6de69b657a9c905f)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--
|
||||
-- Table structure for table `global_curve`
|
||||
--
|
||||
DROP TABLE IF EXISTS `global_curve`;
|
||||
CREATE TABLE `global_curve` (
|
||||
`ID` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`CurveID` int(11) NOT NULL DEFAULT '0',
|
||||
`Type` int(11) NOT NULL DEFAULT '0',
|
||||
`VerifiedBuild` int(11) NOT NULL DEFAULT '0',
|
||||
PRIMARY KEY (`ID`,`VerifiedBuild`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
||||
Reference in New Issue
Block a user