mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 16:10:49 +01:00
Core: Fix non-PCH builds - defining SpellScripts before we have the auraApplications defined will not work
--HG-- branch : trunk
This commit is contained in:
@@ -17,9 +17,9 @@
|
||||
*/
|
||||
|
||||
#include <string>
|
||||
#include "SpellScript.h"
|
||||
#include "Spell.h"
|
||||
#include "SpellAuras.h"
|
||||
#include "SpellScript.h"
|
||||
|
||||
bool _SpellScript::_Validate(SpellEntry const * entry, const char * scriptname)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user