diff options
| author | click <none@none> | 2010-07-12 00:30:17 +0200 |
|---|---|---|
| committer | click <none@none> | 2010-07-12 00:30:17 +0200 |
| commit | 673c652ba6e540d874e929dcc50f6c04ceae50c8 (patch) | |
| tree | eb17c6b66b383c48d978dfbe18e2e945b427e760 /src/server/scripts/EasternKingdoms/Stratholme | |
| parent | 07c1d011d436abac8703d3efabff864076b41d68 (diff) | |
change "IN_MILISECONDS" to proper english "IN_MILLISECONDS"
--HG--
branch : trunk
Diffstat (limited to 'src/server/scripts/EasternKingdoms/Stratholme')
| -rwxr-xr-x | src/server/scripts/EasternKingdoms/Stratholme/boss_dathrohan_balnazzar.cpp | 2 |
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*/) |
