diff options
| author | Brian <runningnak3d@gmail.com> | 2010-06-08 13:05:47 -0600 |
|---|---|---|
| committer | Brian <runningnak3d@gmail.com> | 2010-06-08 13:05:47 -0600 |
| commit | b76b6700edeac8f7b036e39400cbfb6bd1a22c33 (patch) | |
| tree | c490994f020f5c5ff6c12e819615ead04d21b51c /src/server/scripts/EasternKingdoms | |
| parent | 413af7b21f57930c8cb4a0777168bd601828c51a (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/EasternKingdoms')
| -rw-r--r-- | src/server/scripts/EasternKingdoms/AlteracValley/alterac_valley.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/EasternKingdoms/AlteracValley/alterac_valley.cpp b/src/server/scripts/EasternKingdoms/AlteracValley/alterac_valley.cpp index a61fc21d5ba..e1788f0290b 100644 --- a/src/server/scripts/EasternKingdoms/AlteracValley/alterac_valley.cpp +++ b/src/server/scripts/EasternKingdoms/AlteracValley/alterac_valley.cpp @@ -14,7 +14,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "ScriptedPch.h" +#include "ScriptPCH.h" enum Spells { |
