Core/Creatures: Update creature scaling to use content tuning
Port From (https://github.com/TrinityCore/TrinityCore/commit/314a35f0cd912daed7c0663f4f13552b6747fd98)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
ALTER TABLE `creature_template_scaling`
|
||||
ADD COLUMN `DifficultyID` TINYINT(3) UNSIGNED NOT NULL DEFAULT '0' AFTER `Entry`,
|
||||
ADD COLUMN `ContentTuningID` INT(10) NOT NULL DEFAULT '0' AFTER `LevelScalingDeltaMax`,
|
||||
DROP PRIMARY KEY,
|
||||
ADD PRIMARY KEY (`Entry`, `DifficultyID`);
|
||||
|
||||
ALTER TABLE `creature_classlevelstats` DROP `basearmor`;
|
||||
Reference in New Issue
Block a user