]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/Ikari.cpp
added physical/magical status of ikari attacks
[l2e.git] / src / common / Ikari.cpp
index fb3767e8a43be63a0a19321e95b3533a2186df38..6f7da0cd6ce77460771395783b18b31b9b966053 100644 (file)
@@ -11,7 +11,8 @@ namespace common {
 
 Ikari::Ikari()
 : name("")
-, cost(0) {
+, cost(0)
+, isPhysical(false) {
 
 }