aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMachiavelli <none@none>2009-09-08 23:11:25 +0200
committerMachiavelli <none@none>2009-09-08 23:11:25 +0200
commitea929f5880f9ab95348c923d05a3066d877edf00 (patch)
tree10267b35ac41bf84d2625eb8550b33dba37805c9
parent6facec59bdbab996fcdb6fddf4967f3574e70993 (diff)
Typo, sorry.
--HG-- branch : trunk
-rw-r--r--src/bindings/scripts/scripts/northrend/naxxramas/boss_razuvious.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings/scripts/scripts/northrend/naxxramas/boss_razuvious.cpp b/src/bindings/scripts/scripts/northrend/naxxramas/boss_razuvious.cpp
index 2d8b9bc253c..4e5e71f84f1 100644
--- a/src/bindings/scripts/scripts/northrend/naxxramas/boss_razuvious.cpp
+++ b/src/bindings/scripts/scripts/northrend/naxxramas/boss_razuvious.cpp
@@ -65,7 +65,7 @@ struct TRINITY_DLL_DECL boss_razuviousAI : public BossAI
void DamageTaken(Unit* pDone_by, uint32& uiDamage)
{
// Damage done by the controlled Death Knight understudies should also count toward damage done by players
- if(pDone_by->GetTypeId() == TYPEID_UNIT && (pDone_by->GetEntry() == 16803 || pDone_by->GetEntry() == 29941)
+ if(pDone_by->GetTypeId() == TYPEID_UNIT && (pDone_by->GetEntry() == 16803 || pDone_by->GetEntry() == 29941))
{
me->LowerPlayerDamageReq(uiDamage);
}