]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/Item.cpp
added sword attack animation
[l2e.git] / src / common / Item.cpp
index 65df4c8ed08660b549bd7d770eada87723997fc1..f14fd22e7b4374f41bd7c481c4d04a96891f333f 100644 (file)
 namespace common {
 
 Item::Item()
-: menuIcon(0)
+: name("")
+, menuIcon(0)
 , chestIcon(0)
+, ikari(0)
+, attackAnimation(0)
 
 , value(0)
 , properties(0)
 
 , usability(0)
-, targettingMode(0)
-, equipable(0)
-, equipableBy(0) {
+, equipable(0) {
 
 }