mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
DB: fixed a typo in sql from last commit
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
/*
|
||||
TRUNCATE TABLE `creature_sparring_template`;
|
||||
|
||||
ALTER TABLE `creature_sparring_template`
|
||||
@@ -6,8 +5,7 @@ ALTER TABLE `creature_sparring_template`
|
||||
CHANGE `AttackerEntry` `CreatureID` MEDIUMINT(8) UNSIGNED NOT NULL,
|
||||
DROP PRIMARY KEY,
|
||||
ADD PRIMARY KEY (`CreatureID`);
|
||||
|
||||
*/
|
||||
|
||||
INSERT INTO `creature_sparring_template` (`CreatureID`, `HealthLimitPct`) VALUES
|
||||
(98, 85),
|
||||
(123, 85),
|
||||
|
||||
Reference in New Issue
Block a user