diff options
| author | click <none@none> | 2010-10-17 00:43:44 +0200 |
|---|---|---|
| committer | click <none@none> | 2010-10-17 00:43:44 +0200 |
| commit | 4070a205d12d9990fee17e8823257fc42a163f22 (patch) | |
| tree | 63d03332ea66d5e50989e66f0e1c5a6b11b78328 | |
| parent | b545bd8ea954f597a06169677581ccaeec87f90e (diff) | |
Core/Scripts: Let Professor Putricide do his mischief on NIX-platforms to (when not using PCH)
--HG--
branch : trunk
| -rwxr-xr-x | src/server/scripts/Northrend/IcecrownCitadel/boss_professor_putricide.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/scripts/Northrend/IcecrownCitadel/boss_professor_putricide.cpp b/src/server/scripts/Northrend/IcecrownCitadel/boss_professor_putricide.cpp index 0ef0504ca39..6f42eedb0de 100755 --- a/src/server/scripts/Northrend/IcecrownCitadel/boss_professor_putricide.cpp +++ b/src/server/scripts/Northrend/IcecrownCitadel/boss_professor_putricide.cpp @@ -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" |
