aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/EasternKingdoms/westfall.cpp
diff options
context:
space:
mode:
authorShocker <shocker@freakz.ro>2012-03-28 18:00:42 -0700
committerShocker <shocker@freakz.ro>2012-03-28 18:00:42 -0700
commita08cb234c022a6f05cdcc4d4233bea3ee6a63842 (patch)
tree08d0cc81eef8af70abb838afefb5e3904cf0adb5 /src/server/scripts/EasternKingdoms/westfall.cpp
parent72d3e856dedaffcddffa6cd36cf56ec5a5809d58 (diff)
parent1544b208da2c2c8522e711db38a598f08105fe51 (diff)
Merge pull request #5918 from GyxTom/master
Core/Misc: Various cleanups
Diffstat (limited to 'src/server/scripts/EasternKingdoms/westfall.cpp')
-rw-r--r--src/server/scripts/EasternKingdoms/westfall.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/server/scripts/EasternKingdoms/westfall.cpp b/src/server/scripts/EasternKingdoms/westfall.cpp
index 2285d3877e4..c8d2afc3375 100644
--- a/src/server/scripts/EasternKingdoms/westfall.cpp
+++ b/src/server/scripts/EasternKingdoms/westfall.cpp
@@ -243,13 +243,11 @@ public:
break;
case 44:
DoScriptText(SAY_END, me, player);
- {
- if (player)
- player->GroupEventHappens(QUEST_DEFIAS_BROTHERHOOD, me);
- }
+ player->GroupEventHappens(QUEST_DEFIAS_BROTHERHOOD, me);
break;
}
}
+
void EnterCombat(Unit* who)
{
DoScriptText(RAND(SAY_AGGRO_1, SAY_AGGRO_2), me, who);