aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorclick <click@gonnamakeyou.com>2015-04-04 18:21:15 +0200
committerclick <click@gonnamakeyou.com>2015-04-04 18:21:15 +0200
commitf44555500b0f02187c7ace12f59762fda8420db9 (patch)
tree3b81d27504197ff70773ff96807295a58ea2ad04 /src
parent76986880c9807894d29d933cfd9bed56516d410c (diff)
Core: Comment out unused parameter in DBCStructure.h (removes a warning)
Diffstat (limited to 'src')
-rw-r--r--src/server/game/DataStores/DBCStructure.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/DataStores/DBCStructure.h b/src/server/game/DataStores/DBCStructure.h
index a6bddc7bd5e..11afa07721f 100644
--- a/src/server/game/DataStores/DBCStructure.h
+++ b/src/server/game/DataStores/DBCStructure.h
@@ -1521,7 +1521,7 @@ struct ScalingStatValuesEntry
return 0;
}
- uint32 getFeralBonus(uint32 mask) const // removed in 3.2.x?
+ uint32 getFeralBonus(uint32 /*mask*/) const // removed in 3.2.x?
{
//if (mask & 0x00010000) return 0; // not used?
return 0;