aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/EasternKingdoms/Stratholme
diff options
context:
space:
mode:
authorclick <none@none>2010-07-12 00:30:17 +0200
committerclick <none@none>2010-07-12 00:30:17 +0200
commit673c652ba6e540d874e929dcc50f6c04ceae50c8 (patch)
treeeb17c6b66b383c48d978dfbe18e2e945b427e760 /src/server/scripts/EasternKingdoms/Stratholme
parent07c1d011d436abac8703d3efabff864076b41d68 (diff)
change "IN_MILISECONDS" to proper english "IN_MILLISECONDS"
--HG-- branch : trunk
Diffstat (limited to 'src/server/scripts/EasternKingdoms/Stratholme')
-rwxr-xr-xsrc/server/scripts/EasternKingdoms/Stratholme/boss_dathrohan_balnazzar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/EasternKingdoms/Stratholme/boss_dathrohan_balnazzar.cpp b/src/server/scripts/EasternKingdoms/Stratholme/boss_dathrohan_balnazzar.cpp
index 5f1e1a0f088..ec2fd370a16 100755
--- a/src/server/scripts/EasternKingdoms/Stratholme/boss_dathrohan_balnazzar.cpp
+++ b/src/server/scripts/EasternKingdoms/Stratholme/boss_dathrohan_balnazzar.cpp
@@ -102,7 +102,7 @@ struct boss_dathrohan_balnazzarAI : public ScriptedAI
for (uint8 i=0; i<uiCount; ++i)
me->SummonCreature(NPC_ZOMBIE,
m_aSummonPoint[i].m_fX, m_aSummonPoint[i].m_fY, m_aSummonPoint[i].m_fZ, m_aSummonPoint[i].m_fOrient,
- TEMPSUMMON_TIMED_DESPAWN, HOUR*IN_MILISECONDS);
+ TEMPSUMMON_TIMED_DESPAWN, HOUR*IN_MILLISECONDS);
}
void EnterCombat(Unit * /*who*/)