]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/Stats.h
switched to static type IDs
[l2e.git] / src / common / Stats.h
index 620fc1d1cf4d537db99c45d3dd4db4aaa3020dc1..5210ada12850986fa5c16e73c61060ca70c2e879 100644 (file)
@@ -14,6 +14,9 @@ namespace common {
 
 class Stats {
 
+public:
+       static const int TYPE_ID = 305;
+
 public:
        Stats();
        Stats(Uint16 attack, Uint16 defense, Uint16 strength, Uint16 agility, Uint16 intelligence, Uint8 gut, Uint16 magicResistance);