aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Custom
diff options
context:
space:
mode:
authorBrian <runningnak3d@gmail.com>2010-06-08 13:05:47 -0600
committerBrian <runningnak3d@gmail.com>2010-06-08 13:05:47 -0600
commitb76b6700edeac8f7b036e39400cbfb6bd1a22c33 (patch)
treec490994f020f5c5ff6c12e819615ead04d21b51c /src/server/scripts/Custom
parent413af7b21f57930c8cb4a0777168bd601828c51a (diff)
* Linux compile with and without PCH fixed
* Script library compile fixed * --todo: fix all scripts themselves :) --HG-- branch : trunk
Diffstat (limited to 'src/server/scripts/Custom')
-rw-r--r--src/server/scripts/Custom/on_events.cpp2
1 files changed, 1 insertions, 1 deletions
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 <cstring>
//This function is called when the player logs in (every login)