This website requires JavaScript.
Explore
Help
Register
Sign In
Mirror
/
TrinityCore
Watch
1
Star
0
Fork
0
You've already forked TrinityCore
mirror of
https://github.com/TrinityCore/TrinityCore.git
synced
2026-02-01 22:56:39 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4fe5388be8f196eeb3908d8a1c9c9351e6bbeb20
TrinityCore
/
src
/
server
/
game
/
Spells
History
tobmaps
9f1a4f33c0
Core/Players: Implemented AREA_FLAG_ALLOW_DUELS. Duels should be possible only at areas with this flag. Tnx to Destalker for pointing out this flag
2011-05-29 02:40:37 +07:00
..
Auras
Core/Spells: Implemented SPELL_ATTR5_HIDE_DURATION. Duration of auras with this attribute will not be displayed clientside
2011-05-28 21:53:32 +07:00
Spell.cpp
Some cleanup in the first half of Spell.cpp.
2011-05-22 16:01:53 -07:00
Spell.h
Core/Spells: Allow overriding aura stack amount from CastCustomSpell
2011-05-21 21:36:37 +02:00
SpellEffects.cpp
Core/Players: Implemented AREA_FLAG_ALLOW_DUELS. Duels should be possible only at areas with this flag. Tnx to Destalker for pointing out this flag
2011-05-29 02:40:37 +07:00
SpellMgr.cpp
Core/Spells: Drop unnecessary code
2011-05-26 03:16:03 +07:00
SpellMgr.h
Core/Spells: Use SpellDifficulty.dbc to check casterAuraSpell, excludeCasterAuraSpell, targetAuraSpell and excludeTargetAuraSpell
2011-05-17 13:17:42 +02:00
SpellScript.cpp
Core/AuraScripts: Allow to use AuraScript::GetTarget in AfterEffectRemove and AfterEffectApply hooks.
2011-05-26 17:44:07 +02:00
SpellScript.h
Core/AuraScripts: Fix runtime error messages appearing in aura scripts when one hook is called from inside of another one.
2011-05-26 16:12:33 +02:00