aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellMgr.cpp
AgeCommit message (Expand)Author
2010-05-01Fix more warnings.Spp
2010-04-30Fix Death Pact, by HavenardSpp
2010-04-22Revert the override introduced in [7980]click
2010-04-22Add 10% healing reduction to PVP-zones (as per 3.3.x patchnotes)click
2010-04-21Fix Beacon of Light: make it work when casted on other players (no initial ag...click
2010-04-21PvP duration for Mark of Bloodthenecromancer
2010-04-19Code Style: Remove trailing spaces and tab to spacesSpp
2010-04-19Fix Custom Enchant loadSpp
2010-04-19Remove LOTS of compile warningsSpp
2010-04-18Move around and do some changes to homebinding, thanks to Vladimirclick
2010-04-11Limit affected targets to 3 for Flaming Spear Spell used in "Get Kraken" ques...malcromdev@gmail.com>
2010-04-11* Fix: PvP vs PvE diminishing of Hunters Mark (2m/5m)click
2010-04-11Fix mail, professions, group loot, console spam, and some fixes. Big thx to T...n0n4m3
2010-04-08Code Style (game + scripts only):Spp
2010-04-07Code Style (game + scripts only):Spp
2010-04-07Code style (game + scripts only):Spp
2010-04-07Code style (game + scripts only):Spp
2010-04-07Code style (game + scripts only):Spp
2010-04-07Code Style: tab to spacesSpp
2010-04-03Fix typomalcromdev@gmail.com>
2010-04-03Add MaxAffectedTargets=1 to shoot spells 25425,25761,42611malcromdev@gmail.com>
2010-04-01Spells 42442 & 45863 should be limited to 1 target.malcromdev@gmail.com>
2010-03-24Cleaned and tidied-up the mechanic immunity handlerXanadu
2010-03-19Fixed broken missile visuals in certain DST and SRC type spells (Void Reaver'...Xanadu
2010-03-15Remove Hack detecting spell 61988 in HasAura()thenecromancer
2010-02-20*(awe)some changes to triggering spell/aura effects:QAston
2010-02-15*Backout some WTF fixes. Do things correctly, or do not touch them at all...QAston
2010-02-15Removed stupid/not needed file Spellid.h.n0n4m3
2010-02-14* Core switch to client 3.3.2 (11403)Brian
2010-02-04*Way more correct way of selecting caster and target for Periodic Trigger auras.QAston
2010-02-04*Implement spell target type TARGET_GAMEOBJECT_NEARBY_ENTRYQAston
2010-02-03Some changes to immunitiesthenecromancer
2010-02-02*Drop spell_stack_masks tableQAston
2010-02-01*drop spell_elixir tableQAston
2010-01-31*Add support for spells in npc_trainer table with multiple SPELL_EFFECT_LEARN...QAston
2010-01-30*Update spell_script_target table validation.QAston
2010-01-30*Add error checks at spell_required table loadingQAston
2010-01-29*Fix build with GCC, thanks to Brian.QAston
2010-01-29*Typofix - Journeyman - rank 2 Apprentice - rank1QAston
2010-01-29*Move spell rank extractor out of core, use sql table instead for easier main...QAston
2010-01-25*Some cleanup in SharedDefinesQAston
2010-01-24Fix Frost Trap Aura spamming log due to nonexistent triggered spellXanadu
2010-01-24*merge ScriptMgr::LoadOverridenDBCData to SpellMgrLoadSpellCustomAttr, patch ...Rat
2010-01-23Remove Battle Shout/Blessing of Might hackthenecromancer
2010-01-23Implement QueryResult_AutoPtr type which is ACE's reference counted auto_ptr(...Anubisss
2010-01-21Fix build.Xanadu
2010-01-20* Restore Dalaran no fly zone lost in last commitBrian
2010-01-20* Wintergrasp removal -- part 4: "How deep does the cancer run?"Brian
2010-01-20Change GetSpellSpecific() to have SpellEntry argument instead of ID, this sav...thenecromancer
2010-01-19*Integrate Script system to CoreRat