aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellMgr.cpp
AgeCommit message (Collapse)Author
2009-06-24*Do not apply healing bonus for spells with SPELL_DAMAGE_CLASS_NONEQAston
*Fix Heart of the Crusader. --HG-- branch : trunk
2009-06-23[8069] Fixed copy/paste mistake in achievement error output. Author: SaebaQAston
[8070] Restore spell casting loot items and recipes. * SPELL_EFFECT_OPEN_LOCK_ITEM (59) effect removed in 3.1.3 * It replaced by SPELL_EFFECT_CREATE_RANDOM_ITEM (59), random item without template replace spells like clam loot spells) Used by spells that use before SPELL_EFFECT_CREATE_ITEM_2 (157) with itemtype==0 Note: required DB support in `spell_loot_termplate` Author: VladimirMangos --HG-- branch : trunk
2009-06-23[8056] Move SMSG_CLEAR_COOLDOWN into function and use it. Other cleanups. ↵QAston
Author:XTZGZoReX [8060] Store spell_pet_auras for auraeffects instead of by whole aura Author:hunuza. --HG-- branch : trunk
2009-06-17[8038] More expect to be possitive dummy effects. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-06-17*Add config option CheckDB to check if the contents in FULL folder are applied.megamage
--HG-- branch : trunk
2009-06-17*Fix a bug that non-autocast area spell are set as cannot-cancel.megamage
--HG-- branch : trunk
2009-06-17*Do not allow cancel area autocasted auras.megamage
--HG-- branch : trunk
2009-06-17*Use amount check instead of positivity check for aura effects.QAston
*Fix Overkill and Master of subtlety. --HG-- branch : trunk
2009-06-16*Update diminishing returns to 3.1.3QAston
*Correct diminishing return for Entangling Roots and Frostbite - by Larva. --HG-- branch : trunk
2009-06-15*Fix build, sorry for that:/QAston
--HG-- branch : trunk
2009-06-15*Fix improved stormstrike - by CRAZyBUgQAston
--HG-- branch : trunk
2009-06-15*Fix dead loop in proc system.QAston
*Fix curse of doom. --HG-- branch : trunk
2009-06-15*Fix Hungering Cold.QAston
--HG-- branch : trunk rename : sql/updates/3997_world_spell_proc_event.sql => sql/updates/4000_world_spell_proc_event.sql
2009-06-14*Fix Icy Talons and their improved version.QAston
--HG-- branch : trunk
2009-06-14*Correct interpretation of procflags and update spell_proc_event due to that ↵QAston
(some of mangos entries may be incompatibile due to that change) *Fix siphon life. *Fix Rapture. --HG-- branch : trunk
2009-06-14*Some work on vehicle.megamage
--HG-- branch : trunk
2009-06-11*Fix spell 16007.megamage
--HG-- branch : trunk
2009-06-10*Fix Improved Spell ReflectionQAston
*Fix Glyph of Improved Scorch *Sword And Board *Fix Glyph of Devastate - original patch by CRAZyBUg --HG-- branch : trunk
2009-06-08*Fix errors with spell_affect table loadingThem
--HG-- branch : trunk
2009-06-08*Fix improved sprint.QAston
--HG-- branch : trunk
2009-06-07*Implement spell aura 177.megamage
--HG-- branch : trunk
2009-06-07*Add support for stance-dependant action bar spellsQAston
*Temporary remove assert check in Player::RestoreSpellMods *Apply bleeding damage bonuses for Shred. --HG-- branch : trunk
2009-06-06*Remove Arcane Blast on Arcane Missiles and Arcane Barrage castQAston
*Spell_affect entry for Fingers of frost - by Larva *use spellaffect entries in every affect check *Allow spell_affect table to modify affect data for any spell --HG-- branch : trunk
2009-06-06*Do not allow Divine Spirit and Prayer of Divine spirit to stack.adrycasillo
--HG-- branch : trunk
2009-06-06*Update spellmod systemQAston
*Implement SPELL_ATTR_EX6_IGNORE_CASTER_AURAS *Fix some bugs with traps proc flags --HG-- branch : trunk
2009-06-03*Fix the bug that some traps without charges and spell radius cannot be ↵megamage
triggered. *Provide spell support for quest 12698 --HG-- branch : trunk
2009-06-01[7930] Added diminishing for spell 1499 and ranks. Author: Lightguardmegamage
--HG-- branch : trunk
2009-05-31[7917] Spell effect with SPELL_AURA_MOD_SPELL_CRIT_CHANCE always possitive ↵megamage
with possitive aura value. Author: VladimirMangos --HG-- branch : trunk
2009-05-29*Allow some warrior shouts and druid roars to interrupt stealth. thanks to ↵megamage
thenecromancer --HG-- branch : trunk
2009-05-27*Some improvement of DK start zone quests (no new quest fixed)megamage
--HG-- branch : trunk
2009-05-26*Fix DK quest 12641megamage
--HG-- branch : trunk
2009-05-26[7892] Update spell_loot_template entry description in error output for ↵megamage
better fit to current table use. Author: VladimirMangos --HG-- branch : trunk
2009-05-26*Consider flight spells as passive spells.megamage
--HG-- branch : trunk
2009-05-25*Move spelltarget table check to the start of the server to reduce log spams.megamage
--HG-- branch : trunk
2009-05-25*Merge.megamage
--HG-- branch : trunk
2009-05-25*Do not allow wrecking crew stack with enrage. Also, allow proc buff ↵megamage
overwrite another. Need better rules to check that. (see my comment in code) --HG-- branch : trunk
2009-05-25*Merge.megamage
--HG-- branch : trunk
2009-05-24*Remove auras with duration lower than 30 sec on arena start.QAston
*Do not remove rougue poisons and dk runes on arena start. *Apply healing bonus for healing stream totem. *Do not duplicate damage bonus in code with the one in db for Seal of Vengenance/Corruption --HG-- branch : trunk
2009-05-24 [7886] Drop use table `petcreateinfo_spell`megamage
This is first commit in chain for remove oudated and not used pet functionality. * Use instead dropped table CreatureSpellData.dbc if creature_template.PetSpellDataId set (mostly hunter pets) * Use creature_template.spellN if not set creature_template.PetSpellDataId (mostly different summon creatures) * Fixed bug with not removing from action bar spell icon for not ranked unlearned spells. Note: summoned controllable creatures without PetSpellDataId must have expected spells in spellN feilds for creature_template. [7887] Drop pet spell teaching code, including field in character_pet. Author: VladimirMangos --HG-- branch : trunk
2009-05-24Ancestral Awakening target selectionQAston
--HG-- branch : trunk
2009-05-24*Fix whath of air and flametongue totemQAston
--HG-- branch : trunk
2009-05-23*always remove old aura instead of recalculating new one in same id stack ↵QAston
case-this prevents some problem with spelleffects execution problems --HG-- branch : trunk
2009-05-23*Fix rock shards spell for archavon script.megamage
--HG-- branch : trunk
2009-05-23*Correct spell id for Muru's Negative Energy's MaxAffectedTargets by Alyen. ↵Anubisss
Thank you. --HG-- branch : trunk
2009-05-21*Do not remove/add aura for refreshing case.megamage
--HG-- branch : trunk
2009-05-21*Implement spell effect wmo damage.megamage
--HG-- branch : trunk
2009-05-20*Update Naxx scripts. Now only Kelthuzad is incompletedmegamage
--HG-- branch : trunk
2009-05-18*Add some scripted spells for naxx.megamage
--HG-- branch : trunk
2009-05-18*Fix the bug that startfall aoe damage also apply on direct target.megamage
*Add starfall spell bonus for other ranks. By Uruviel and Nesocip. --HG-- branch : trunk
2009-05-17*Fix the bug that inferno and curse of doom summons too many minions.megamage
--HG-- branch : trunk