]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/BattleState.h
added physical/magical status of ikari attacks
[l2e.git] / src / battle / BattleState.h
index ff5b624dc69ab4176f176b2bd05d72869ad11806..93e1e2b032c82a666dcb5cd1bed79c997530d243 100644 (file)
@@ -123,6 +123,7 @@ public:
 
 private:
        void LoadSpellMenu(std::vector<Hero>::size_type heroIndex);
+       void LoadIkariMenu(std::vector<Hero>::size_type heroIndex);
        void LoadInventory();
 
 private: