From 612feb0f7727fe46697fa483ccc12abbb794d9f6 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Fri, 30 Mar 2018 17:45:45 +0200 Subject: [PATCH] DB: fixed sql batching errors due to db structure changes --- sql/updates/world/4.3.4/custom_2017_12_19_01_world.sql | 4 ++-- sql/updates/world/4.3.4/custom_2017_12_19_02_world.sql | 4 ++-- sql/updates/world/4.3.4/custom_2018_03_22_01_world.sql | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sql/updates/world/4.3.4/custom_2017_12_19_01_world.sql b/sql/updates/world/4.3.4/custom_2017_12_19_01_world.sql index bf6e93697e8..0698a8b7a63 100644 --- a/sql/updates/world/4.3.4/custom_2017_12_19_01_world.sql +++ b/sql/updates/world/4.3.4/custom_2017_12_19_01_world.sql @@ -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 diff --git a/sql/updates/world/4.3.4/custom_2017_12_19_02_world.sql b/sql/updates/world/4.3.4/custom_2017_12_19_02_world.sql index 72d8cedc093..ee098dc64da 100644 --- a/sql/updates/world/4.3.4/custom_2017_12_19_02_world.sql +++ b/sql/updates/world/4.3.4/custom_2017_12_19_02_world.sql @@ -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 diff --git a/sql/updates/world/4.3.4/custom_2018_03_22_01_world.sql b/sql/updates/world/4.3.4/custom_2018_03_22_01_world.sql index 097df751986..73be44a1605 100644 --- a/sql/updates/world/4.3.4/custom_2018_03_22_01_world.sql +++ b/sql/updates/world/4.3.4/custom_2018_03_22_01_world.sql @@ -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;