mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
DB: fixed sql batching errors due to db structure changes
This commit is contained in:
@@ -164,8 +164,8 @@ INSERT INTO `spell_dbc` (`Id`, `CastingTimeIndex`, `DurationIndex`, `Comment`) V
|
||||
(93716, 0, 27, 'Shield of the Perfidious');
|
||||
|
||||
DELETE FROM `spelleffect_dbc` WHERE `Id`= 155915;
|
||||
INSERT INTO `spelleffect_dbc` (`Id`, `Effect`, `EffectMiscValue`, `EffectMiscValueB`, `EffectRadiusIndex`, `EffectRadiusIndexMax`, `EffectImplicitTargetA`, `EffectImplicitTargetB`, `EffectSpellId`, `EffectIndex`) VALUES
|
||||
(155915, 28, 50547, 64, 7,7, 18, 18, 93716, 0);
|
||||
INSERT INTO `spelleffect_dbc` (`Id`, `Effect`, `EffectMiscValue`, `EffectMiscValueB`, `EffectRadiusIndex`, `EffectRadiusIndexMax`, `EffectImplicitTargetA`, `EffectImplicitTargetB`, `EffectSpellId`, `EffectIndex`, `Comment`) VALUES
|
||||
(155915, 28, 50547, 64, 7,7, 18, 18, 93716, 0, '');
|
||||
|
||||
-- Boss Loot
|
||||
-- Baron Ashbury
|
||||
|
||||
@@ -20,8 +20,8 @@ INSERT INTO `spell_dbc` (`Id`, `DurationIndex`, `Comment`) VALUES
|
||||
(59632, 21, "Serverside Spell: mod scale 0.1");
|
||||
|
||||
DELETE FROM `spelleffect_dbc` WHERE `Id`= 160080;
|
||||
INSERT INTO `spelleffect_dbc` (`Id`, `EffectSpellId`, `Effect`, `EffectApplyAuraName`, `EffectBasePoints`, `EffectIndex`) VALUES
|
||||
(160080, 59632, 6, 61, -90, 0);
|
||||
INSERT INTO `spelleffect_dbc` (`Id`, `EffectSpellId`, `Effect`, `EffectApplyAuraName`, `EffectBasePoints`, `EffectIndex`, `Comment`) VALUES
|
||||
(160080, 59632, 6, 61, -90, 0, '');
|
||||
|
||||
DELETE FROM `creature_template_addon` WHERE `entry` IN (45259, 45268, 45269, 49256, 49257, 49258, 44541, 44704, 49260, 44713);
|
||||
INSERT INTO `creature_template_addon` (`entry`, `Auras`) VALUES
|
||||
|
||||
@@ -1 +1 @@
|
||||
UPDATE `spell_proc` SET `SpellFamilyMask0`= 0x00000020, `ProcFlags`= 0x00040000, `SpellTypeMask`= 1, `SpellPhasemMask`= 2, `Cooldown`= 5000 WHERE `SpellId`= -56636;
|
||||
UPDATE `spell_proc` SET `SpellFamilyMask0`= 0x00000020, `ProcFlags`= 0x00040000, `SpellTypeMask`= 1, `SpellPhaseMask`= 2, `Cooldown`= 5000 WHERE `SpellId`= -56636;
|
||||
|
||||
Reference in New Issue
Block a user