diff options
| author | KingPin <none@none> | 2008-10-19 14:25:52 -0500 |
|---|---|---|
| committer | KingPin <none@none> | 2008-10-19 14:25:52 -0500 |
| commit | e7519059c93476d2ea78225d3785ddbf6d607900 (patch) | |
| tree | 8d4ef66d6d21d297753132d0bec0c1bfd53ef18a /src | |
| parent | 636d810772deda5624184ffd780989599af37c46 (diff) | |
[svn] * fix Compile ( typo in boss_felmyst.cpp )
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/bindings/scripts/scripts/zone/sunwell_plateau/boss_felmyst.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_felmyst.cpp b/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_felmyst.cpp index 16ff90f96b5..8745f5bcc5b 100644 --- a/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_felmyst.cpp +++ b/src/bindings/scripts/scripts/zone/sunwell_plateau/boss_felmyst.cpp @@ -22,7 +22,7 @@ EndScriptData */ #include "precompiled.h"
#include "def_sunwell_plateau.h"
-#include "player.h"
+#include "Player.h"
// AURA
#define AURA_SUNWELL_RADIANCE 45769
|
