Core/Scripts: Fix non-PCH compile

--HG--
branch : trunk
This commit is contained in:
click
2010-10-25 01:22:00 +02:00
parent ae58481c21
commit b3f60aee2d
2 changed files with 2 additions and 0 deletions

View File

@@ -15,6 +15,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "ObjectMgr.h"
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "SpellScript.h"

View File

@@ -15,6 +15,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "ObjectMgr.h"
#include "ScriptMgr.h"
#include "ScriptedCreature.h"
#include "SpellScript.h"