diff options
author | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-26 01:44:29 +0200 |
---|---|---|
committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2013-07-26 01:44:29 +0200 |
commit | dc175a2a4c21c7c1380d91777e8890d24e6ab383 (patch) | |
tree | eae6df03b39b256531754df52967734cb9ccf5d7 | |
parent | 400bcf315074d32b64db613bc705a07cefec45da (diff) |
DB/Spells: Fix 2.typo in 814e772650c7fb38285342c9d36744c5e55cb426
-rw-r--r-- | sql/updates/world/2013_07_26_01_world_spell_misc_434.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2013_07_26_01_world_spell_misc_434.sql b/sql/updates/world/2013_07_26_01_world_spell_misc_434.sql index 73c1ba2f67d..697e7ec6739 100644 --- a/sql/updates/world/2013_07_26_01_world_spell_misc_434.sql +++ b/sql/updates/world/2013_07_26_01_world_spell_misc_434.sql @@ -4,7 +4,7 @@ INSERT INTO `spell_dbc` (`Id`, `Attributes`, `AttributesEx`, `AttributesEx2`, `A DELETE FROM `spelleffect_dbc` WHERE `Id` IN (153096,153097); INSERT INTO `spelleffect_dbc` (`Id`, `Effect`, `EffectValueMultiplier`, `EffectApplyAuraName`, `EffectAplitude`, `EffectBasePoints`, `EffectBonusMultiplier`, `EffectDamageMultiplier`, `EffectChainTarget`, `EffectDieSides`, `EffectMechanic`, `EffectMiscValue`, `EffectMiscValueB`, `EffectRadiusIndex`, `EffectRadiusIndexMax`, `EffectRealPointsPerLevel`, `EffectSpellClassMaskA`, `EffectSpellClassMaskB`, `EffectSpellClassMaskC`, `EffectTriggerSpell`, `EffectImplicitTargetA`, `EffectImplicitTargetB`, `EffectSpellId`, `EffectIndex`) VALUES -(153096, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 202796, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 123456, 1), +(153096, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 202796, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 123456, 0), (153097, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 202796, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 123456, 1); DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_halion_summon_exit_portals'; |