index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2026-01-09T10:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
game
/
Spells
/
SpellEffects.cpp
Age
Commit message (
Expand
)
Author
2010-08-18
Scripts: Added script for Lord Marrowgar
Shauren
2010-08-18
Core/Spells: Implement TARGET_DEST_CHANNEL_CASTER(106) and TARGET_GAMEOBJECT_...
QAston
2010-08-18
Add more methods to SpellScript.
azazel
2010-08-09
Backed out changeset f751065ec933
Brian
2010-08-09
Implement reputation rates and aura effects for Spell::EffectReputation() (th...
azazel
2010-08-09
*(More) correct implementation of SPELL_EFFECT_PULL_TOWARDS_DEST(145)
QAston
2010-08-08
*Implement spell casting on transports (no more out of range error, etc)
QAston
2010-08-08
Sourcefile sleanups -> tabs to spaces, remove whitespace - also update the cl...
click
2010-08-08
* Some singleton renames for consistency:
XTZGZoReX
2010-08-08
* Rename: BattleGround -> Battleground.
XTZGZoReX
2010-08-06
Unholy Blight should prevent the dispelling of diseases.
silinoron
2010-08-07
* Move all movable spell effects from core to DB. Needs DB support.
azazel
2010-08-06
*** New core <-> script library interface - complete rewrite of the old one.
XTZGZoReX
2010-08-06
Moved Pain and Suffering (47948) script effect to spell script.
azazel
2010-08-05
* Implement item limit category (based on changes by VladimirMangos)
azazel
2010-08-04
Fixed Carrion Feeder pet talent
Shauren
2010-08-04
Cleaned up item flags: separated item proto flags and item field flags
Shauren
2010-08-03
Fix build
click
2010-08-03
Fixed Wolverine Bite damage (pet talent)
Shauren
2010-08-02
Move a couple of warrior spell dummy effect handlers to spell scripts.
silinoron
2010-07-31
Move SPELLFAMILY_PALADIN dummy spell effects for Holy Shock, Blessing of Fait...
silinoron
2010-07-30
*use ASSERT macro instead of regular assert for better output.
QAston
2010-07-30
*Thread safe player searcher in scripts.
QAston
2010-07-28
Fixed spellpower coef for Lifebloom final heal
Shauren
2010-07-27
Move dummy effect handlers for all SPELLFAMILY_HUNTER dummy effect handlers b...
silinoron
2010-07-27
Cleanup the mage spell scripts, and move SPELLFAMILY_PRIEST and SPELLFAMILY_R...
silinoron
2010-07-27
Moved few dummy spell handlers to database
Shauren
2010-07-26
Move SPELLFAMILY_MAGE dummy effect handlers to spell scripts.
silinoron
2010-07-27
*Implement RepRewardRate for spells.
QAston
2010-07-26
*Add more Player::CanUseAttackType checks in places where item bonuses are ap...
QAston
2010-07-24
Modified spell_scripts table, it is now possible to add different scripts for...
Shauren
2010-07-24
Fix: Do not ignore CD for Hunter-based triggered spells (and thanks to QAston...
click
2010-07-22
Shaman totem models are now different depending on race
Shauren
2010-07-22
sigh, i did the same compile error mistake
Shauren
2010-07-22
Add proper check to EffectQuestComplete preventing completion of quest if we ...
Shauren
2010-07-22
*Backout second change from last commit (CanCompleteQuest check) Thanks to Sh...
QAston
2010-07-22
*Remove not needed dummy effect handler for spell 28006 - by azazel_kon
QAston
2010-07-22
*Fix amount calculation for spell effect with EffectDieSides set to 0.
QAston
2010-07-21
*Move target handling of TARGET_DEST_CASTER_FRONT_LEAP out of SPELL_EFFECT_LE...
QAston
2010-07-20
*Implement SPELL_EFFECT_CREATE_TAMED_PET(153).
QAston
2010-07-20
*Implement SPELL_EFFECT_DISCOVER_TAXI(154).
QAston
2010-07-20
*Implement SPELL_EFFECT_QUEST_START (150).
QAston
2010-07-20
Moved SpellEffects.cpp where it belongs.
Xanadu