aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/EasternKingdoms/westfall.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/scripts/EasternKingdoms/westfall.cpp')
-rw-r--r--src/server/scripts/EasternKingdoms/westfall.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/scripts/EasternKingdoms/westfall.cpp b/src/server/scripts/EasternKingdoms/westfall.cpp
index 5b6c377a37e..424d5427238 100644
--- a/src/server/scripts/EasternKingdoms/westfall.cpp
+++ b/src/server/scripts/EasternKingdoms/westfall.cpp
@@ -246,14 +246,14 @@ public:
DoScriptText(SAY_END, me, pPlayer);
{
if (pPlayer)
- pPlayer->GroupEventHappens(QUEST_DEFIAS_BROTHERHOOD,me);
+ pPlayer->GroupEventHappens(QUEST_DEFIAS_BROTHERHOOD, me);
}
break;
}
}
void EnterCombat(Unit* who)
{
- DoScriptText(RAND(SAY_AGGRO_1,SAY_AGGRO_2), me, who);
+ DoScriptText(RAND(SAY_AGGRO_1, SAY_AGGRO_2), me, who);
}
void Reset() {}