DB: fixed sql batching errors due to db structure changes

This commit is contained in:
Ovahlord
2018-03-30 17:45:45 +02:00
parent 261fbb29e8
commit 612feb0f77
3 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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;