mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-18 03:05:43 +00:00
Arm warrior and dk
This commit is contained in:
@@ -57,7 +57,7 @@ enum CollectorType : uint8
|
||||
class StatsCollector
|
||||
{
|
||||
public:
|
||||
StatsCollector(CollectorType type);
|
||||
StatsCollector(CollectorType type, int32 cls = -1);
|
||||
StatsCollector(StatsCollector& stats) = default;
|
||||
void Reset();
|
||||
void CollectItemStats(ItemTemplate const* proto);
|
||||
@@ -78,6 +78,7 @@ private:
|
||||
|
||||
private:
|
||||
CollectorType type_;
|
||||
uint32 cls_;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user