From a3a8e6da2c6380de7f04bdb0f3f6939e20d493c4 Mon Sep 17 00:00:00 2001 From: Spp Date: Thu, 13 May 2010 00:15:21 +0200 Subject: Some warning fix Tab to spaces Remove trailing spaces --HG-- branch : trunk --- src/scripts/outland/blades_edge_mountains.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/scripts/outland') 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; -- cgit v1.2.3