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-01-18 16:38:42 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
618afa3656fe58844b443945239ab179761fd57e
TrinityCore
/
src
/
server
/
scripts
/
Spells
History
Shauren
ba6fc58bad
Core/Spells: Fixed "not handled custom case" log spam for Sniper Training
...
--HG-- branch : trunk
2010-10-26 15:36:32 +02:00
..
CMakeLists.txt
BuildSystem/ALL: Remove unused custom code (most are duplicated as in examples)
2010-09-05 17:19:41 +02:00
spell_dk.cpp
Core/ScriptSystem: Add compile time type check of function assigned to hooks - prevents incorrect function calls. Since this rev you have to put PrepareSpellScript(<yourscriptclassnamehere>) at the beginning of every spell script. Yes, i know it's unhandy, but unfortunately C++ preprocessor is very limited, so you have to do that extra work each time you write a script:(.
2010-10-08 21:33:44 +02:00
spell_druid.cpp
Core/ScriptSystem: Add compile time type check of function assigned to hooks - prevents incorrect function calls. Since this rev you have to put PrepareSpellScript(<yourscriptclassnamehere>) at the beginning of every spell script. Yes, i know it's unhandy, but unfortunately C++ preprocessor is very limited, so you have to do that extra work each time you write a script:(.
2010-10-08 21:33:44 +02:00
spell_generic.cpp
Core/ScriptSystem: Add compile time type check of function assigned to hooks -
2010-10-08 22:33:21 +02:00
spell_hunter.cpp
Core/Spells: Fixed "not handled custom case" log spam for Sniper Training
2010-10-26 15:36:32 +02:00
spell_item.cpp
Core/ScriptSystem: Add compile time type check of function assigned to hooks -
2010-10-08 22:33:21 +02:00
spell_mage.cpp
Core/ScriptSystem: Add compile time type check of function assigned to hooks - prevents incorrect function calls. Since this rev you have to put PrepareSpellScript(<yourscriptclassnamehere>) at the beginning of every spell script. Yes, i know it's unhandy, but unfortunately C++ preprocessor is very limited, so you have to do that extra work each time you write a script:(.
2010-10-08 21:33:44 +02:00
spell_paladin.cpp
Core/ScriptSystem: Add compile time type check of function assigned to hooks -
2010-10-08 22:33:21 +02:00
spell_priest.cpp
Core/ScriptSystem: Add compile time type check of function assigned to hooks - prevents incorrect function calls. Since this rev you have to put PrepareSpellScript(<yourscriptclassnamehere>) at the beginning of every spell script. Yes, i know it's unhandy, but unfortunately C++ preprocessor is very limited, so you have to do that extra work each time you write a script:(.
2010-10-08 21:33:44 +02:00
spell_quest.cpp
Core/ScriptSystem: Add compile time type check of function assigned to hooks - prevents incorrect function calls. Since this rev you have to put PrepareSpellScript(<yourscriptclassnamehere>) at the beginning of every spell script. Yes, i know it's unhandy, but unfortunately C++ preprocessor is very limited, so you have to do that extra work each time you write a script:(.
2010-10-08 21:33:44 +02:00
spell_rogue.cpp
Core/ScriptSystem: Add compile time type check of function assigned to hooks -
2010-10-08 22:33:21 +02:00
spell_shaman.cpp
Core/ScriptSystem: Add compile time type check of function assigned to hooks - prevents incorrect function calls. Since this rev you have to put PrepareSpellScript(<yourscriptclassnamehere>) at the beginning of every spell script. Yes, i know it's unhandy, but unfortunately C++ preprocessor is very limited, so you have to do that extra work each time you write a script:(.
2010-10-08 21:33:44 +02:00
spell_warlock.cpp
Core/ScriptSystem: Add compile time type check of function assigned to hooks - prevents incorrect function calls. Since this rev you have to put PrepareSpellScript(<yourscriptclassnamehere>) at the beginning of every spell script. Yes, i know it's unhandy, but unfortunately C++ preprocessor is very limited, so you have to do that extra work each time you write a script:(.
2010-10-08 21:33:44 +02:00
spell_warrior.cpp
Core/ScriptSystem: Add compile time type check of function assigned to hooks - prevents incorrect function calls. Since this rev you have to put PrepareSpellScript(<yourscriptclassnamehere>) at the beginning of every spell script. Yes, i know it's unhandy, but unfortunately C++ preprocessor is very limited, so you have to do that extra work each time you write a script:(.
2010-10-08 21:33:44 +02:00