aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/World
diff options
context:
space:
mode:
authorVincent-Michael <Vincent_Michael@gmx.de>2012-11-27 12:36:38 +0100
committerVincent-Michael <Vincent_Michael@gmx.de>2012-11-27 12:36:38 +0100
commit8a7ec89883e24741c666577b496fbdfee3582358 (patch)
treed2b7d766637bb78e1aff242086342455f85dc54a /src/server/scripts/World
parent25f1d6192355760cdbca6f50b247545344b6203e (diff)
Core: Fix warnings
Diffstat (limited to 'src/server/scripts/World')
-rw-r--r--src/server/scripts/World/npcs_special.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/World/npcs_special.cpp b/src/server/scripts/World/npcs_special.cpp
index b38530b2a4a..5ed799bbec1 100644
--- a/src/server/scripts/World/npcs_special.cpp
+++ b/src/server/scripts/World/npcs_special.cpp
@@ -2951,7 +2951,7 @@ public:
me->GetMotionMaster()->MoveFollow(owner, PET_FOLLOW_DIST, PET_FOLLOW_ANGLE);
}
- void EnterCombat(Unit * /*who*/) { }
+ void EnterCombat(Unit* /*who*/) { }
void DoAction(const int32 /*param*/)
{