X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2FItem.cpp;h=f14fd22e7b4374f41bd7c481c4d04a96891f333f;hb=7427922bc0db720e35219f7520827bd9b9db6a31;hp=dcad7de6f0d5dd850a1cd80a1b5ce7ea49dbea3d;hpb=d872d756e64b8f1f57cba64ae19f479f8eab3927;p=l2e.git diff --git a/src/common/Item.cpp b/src/common/Item.cpp index dcad7de..f14fd22 100644 --- a/src/common/Item.cpp +++ b/src/common/Item.cpp @@ -13,6 +13,8 @@ Item::Item() : name("") , menuIcon(0) , chestIcon(0) +, ikari(0) +, attackAnimation(0) , value(0) , properties(0)