]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/Item.cpp
added sword attack animation
[l2e.git] / src / common / Item.cpp
index dcad7de6f0d5dd850a1cd80a1b5ce7ea49dbea3d..f14fd22e7b4374f41bd7c481c4d04a96891f333f 100644 (file)
@@ -13,6 +13,8 @@ Item::Item()
 : name("")
 , menuIcon(0)
 , chestIcon(0)
+, ikari(0)
+, attackAnimation(0)
 
 , value(0)
 , properties(0)