Core: Fix non-PCH builds - defining SpellScripts before we have the auraApplications defined will not work

--HG--
branch : trunk
This commit is contained in:
click
2010-08-24 16:07:52 +02:00
parent 9e4357c9ad
commit e5337169c8

View File

@@ -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)
{