diff options
| author | Spp <none@none> | 2010-04-07 17:24:07 +0200 |
|---|---|---|
| committer | Spp <none@none> | 2010-04-07 17:24:07 +0200 |
| commit | f490ad5ac259712e323f0a52e608ff1383b2fc41 (patch) | |
| tree | 1bbe00973a622672eccf3450f302f7cb3bc33882 /src/scripts/northrend/icecrown.cpp | |
| parent | 502fc82fb822e4245aff0530d22c013daa5d3de9 (diff) | |
Code Style: tab to spaces
--HG--
branch : trunk
Diffstat (limited to 'src/scripts/northrend/icecrown.cpp')
| -rw-r--r-- | src/scripts/northrend/icecrown.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scripts/northrend/icecrown.cpp b/src/scripts/northrend/icecrown.cpp index ff43dd4a49a..15f50e74fb7 100644 --- a/src/scripts/northrend/icecrown.cpp +++ b/src/scripts/northrend/icecrown.cpp @@ -191,7 +191,7 @@ struct npc_argent_valiantAI : public ScriptedAI pCreature->GetMotionMaster()->MovePoint(0,8599.258,963.951,547.553); pCreature->setFaction(35); //wrong faction in db? } - + uint32 uiChargeTimer; uint32 uiShieldBreakerTimer; @@ -200,7 +200,7 @@ struct npc_argent_valiantAI : public ScriptedAI uiChargeTimer = 7000; uiShieldBreakerTimer = 10000; } - + void MovementInform(uint32 uiType, uint32 uiId) { if (uiType != POINT_MOTION_TYPE) |
