Removed the statistics structure from common/* and server/*

This commit is contained in:
Kayne Ruse
2014-11-16 22:34:12 +11:00
parent 97b7945191
commit cacd3dcd6d
10 changed files with 1 additions and 167 deletions
-4
View File
@@ -21,10 +21,6 @@
*/
#include "monster_data.hpp"
Statistics* MonsterData::GetBaseStats() {
return &baseStats;
}
std::string MonsterData::SetAvatar(std::string s) {
return avatar = s;
}