From b76b6700edeac8f7b036e39400cbfb6bd1a22c33 Mon Sep 17 00:00:00 2001 From: Brian Date: Tue, 8 Jun 2010 13:05:47 -0600 Subject: * Linux compile with and without PCH fixed * Script library compile fixed * --todo: fix all scripts themselves :) --HG-- branch : trunk --- src/server/scripts/Custom/on_events.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/scripts/Custom') diff --git a/src/server/scripts/Custom/on_events.cpp b/src/server/scripts/Custom/on_events.cpp index 94e54a07fba..904f0010d55 100644 --- a/src/server/scripts/Custom/on_events.cpp +++ b/src/server/scripts/Custom/on_events.cpp @@ -1,4 +1,4 @@ -#include "ScriptedPch.h" +#include "ScriptPCH.h" #include //This function is called when the player logs in (every login) -- cgit v1.2.3