diff options
| author | Spp <none@none> | 2010-05-13 00:15:21 +0200 |
|---|---|---|
| committer | Spp <none@none> | 2010-05-13 00:15:21 +0200 |
| commit | a3a8e6da2c6380de7f04bdb0f3f6939e20d493c4 (patch) | |
| tree | ed9a57e9c72287b1544f39cfe1bff09492e2a2ce /src/scripts/outland | |
| parent | 4a448eca37a5a5409d39d4036db3793cfa27edf8 (diff) | |
Some warning fix
Tab to spaces
Remove trailing spaces
--HG--
branch : trunk
Diffstat (limited to 'src/scripts/outland')
| -rw-r--r-- | src/scripts/outland/blades_edge_mountains.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scripts/outland/blades_edge_mountains.cpp b/src/scripts/outland/blades_edge_mountains.cpp index 7d2b56d872d..f5b4539edaf 100644 --- a/src/scripts/outland/blades_edge_mountains.cpp +++ b/src/scripts/outland/blades_edge_mountains.cpp @@ -442,7 +442,7 @@ struct npc_ogre_bruteAI : public ScriptedAI } } - void MovementInform(uint32 type, uint32 id) + void MovementInform(uint32 /*type*/, uint32 id) { Player* pPlayer = Unit::GetPlayer(PlayerGUID); if (id == 1) @@ -459,7 +459,7 @@ struct npc_ogre_bruteAI : public ScriptedAI } } - void UpdateAI(const uint32 diff) + void UpdateAI(const uint32 /*diff*/) { if (!UpdateVictim()) return; |
