aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2012-11-21 00:15:58 +0100
committerVincent-Michael <Vincent_Michael@gmx.de>2012-11-21 00:15:58 +0100
commit695836cb0151935a124db4a4f1be1d46c89a1152 (patch)
tree1d48baedd226cd492bec3a3c49c9275a26041089
parent8bd462b6d14445176f359c05d35409d9e9d59c2b (diff)
Core: Fix non pch build
-rw-r--r--src/server/scripts/EasternKingdoms/ScarletMonastery/boss_headless_horseman.cpp4
-rw-r--r--src/server/scripts/EasternKingdoms/ShadowfangKeep/instance_shadowfang_keep.cpp1
2 files changed, 1 insertions, 4 deletions
diff --git a/src/server/scripts/EasternKingdoms/ScarletMonastery/boss_headless_horseman.cpp b/src/server/scripts/EasternKingdoms/ScarletMonastery/boss_headless_horseman.cpp
index 255b6d4bf85..9b59be3bb5c 100644
--- a/src/server/scripts/EasternKingdoms/ScarletMonastery/boss_headless_horseman.cpp
+++ b/src/server/scripts/EasternKingdoms/ScarletMonastery/boss_headless_horseman.cpp
@@ -528,13 +528,9 @@ public:
void SaySound(int32 textEntry, Unit* target = 0)
{
if (target)
- {
Talk(textEntry, target->GetGUID());
- }
else
- {
Talk(textEntry);
- }
laugh += 4000;
}
diff --git a/src/server/scripts/EasternKingdoms/ShadowfangKeep/instance_shadowfang_keep.cpp b/src/server/scripts/EasternKingdoms/ShadowfangKeep/instance_shadowfang_keep.cpp
index 84de4af1595..5d9df239870 100644
--- a/src/server/scripts/EasternKingdoms/ShadowfangKeep/instance_shadowfang_keep.cpp
+++ b/src/server/scripts/EasternKingdoms/ShadowfangKeep/instance_shadowfang_keep.cpp
@@ -23,6 +23,7 @@ SDComment:
SDCategory: Shadowfang Keep
EndScriptData */
+#include "ScriptedCreature.h"
#include "ScriptMgr.h"
#include "InstanceScript.h"
#include "shadowfang_keep.h"