aboutsummaryrefslogtreecommitdiff
path: root/src/game/Spell.cpp
AgeCommit message (Expand)Author
2009-04-20 [7690] Move GetCreature/GetGameobject to class Map. Author: VladimirMangosmegamage
2009-04-20*Fix bug that pets learn talents instantly - clear your pet_spell table to ha...QAston
2009-04-20*Move unsummon statue and pet code to spell::finishQAston
2009-04-20*Correct check range for totem area auras.QAston
2009-04-20*Change totem cast handling, use owner guid as m_originalCaster by default.QAston
2009-04-20Implement attribute flag SPELL_ATTR_EX2_TRIGGERED_CAN_TRIGGER, fix improved f...QAston
2009-04-20*Fix healing amount of Earthliving.QAston
2009-04-19[7686] Implement aura SPELL_AURA_ADD_CASTER_HIT_TRIGGER (111). Author: Lightg...megamage
2009-04-19*Merge.megamage
2009-04-19*Send overheal amount to client.QAston
2009-04-19*Update castcustomspell(). Allow change other spell values than basepoints.megamage
2009-04-18*Fix Alchemist's Stone.QAston
2009-04-18*Update of procflag system:QAston
2009-04-18*Fix some spells with TARGET_FLAG_CASTER.megamage
2009-04-18*Allow imp to learn Phase ShiftQAston
2009-04-18*Make Lock and load proc from freezing trap.QAston
2009-04-17[7681] Check guid type before lookup request for seldom GO-caster case. Autho...megamage
2009-04-16*A temp fix for broken taunt spell.megamage
2009-04-15*Merge.megamage
2009-04-15*MergeQAston
2009-04-15Backed out changeset 77ac33a3948b - it caused problems with some channeled sp...QAston
2009-04-15*Set correct healing bonus for spells using coefficient.QAston
2009-04-15*Merge.megamage
2009-04-14*Fix power update after spellcast - by w12xQAston
2009-04-13*Use function RandomResizeList to resize spell target list.megamage
2009-04-13*Prevent item trade exploit - by Iskander.QAston
2009-04-13*Add some debug info to procflagQAston
2009-04-13*Fix healing amount for HauntQAston
2009-04-13*Do not check aurastates for triggered spellsQAston
2009-04-13*Remove unneeded code for hanner of wrath and execute.QAston
2009-04-12*Fix cooldown set for ReincarnationQAston
2009-04-12*Take combo points for delayed spellsQAston
2009-04-11*Fix beacon of light.QAston
2009-04-10* Fix consume shadows.QAston
2009-04-09*Update vehicle code.megamage
2009-04-09*Allow to use ice block while affected by CC and fix compile warning.QAston
2009-04-09*Fix Slice and Dice and other multitarget spells using combopoints in effects.QAston
2009-04-08*Fix Sudden Death.QAston
2009-04-08*Fix build.megamage
2009-04-08*Only clear spellcontainer when current spell is cancelled spell.megamage
2009-04-08*Merge.megamage
2009-04-06* Trailing whitespace removed.XTZGZoReX
2009-04-05*Always delink spell and container when spell is cancelled.megamage
2009-04-06*Update of aura system.QAston
2009-04-03[7605] Counting in ACHIEVEMENT_CRITERIA_TYPE_USE_ITEM only for not triggered ...megamage
2009-04-02[7601] Not check reagents for triggered spells, it checked and taken at trigg...megamage
2009-03-28[7557] Fixed triggered spells which ImplicitTarget is 0 like 50516 and ranks ...megamage
2009-03-27*Fix some bugs of pet.megamage
2009-03-26*when spell cancelled, remove aura as cancelled.megamage
2009-03-24[7522] Fixed typo in spell cast check code. Author: Triplymegamage