From 83a6463a88b4b5eda003f55b419995c13476d917 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 6 Sep 2014 13:29:42 +0300 Subject: In skills add support for reading mana cost from server. --- src/gui/windows/skilldialog.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/gui/windows/skilldialog.h') diff --git a/src/gui/windows/skilldialog.h b/src/gui/windows/skilldialog.h index c67d69b10..17641cd0f 100644 --- a/src/gui/windows/skilldialog.h +++ b/src/gui/windows/skilldialog.h @@ -80,14 +80,16 @@ class SkillDialog final : public Window, bool updateSkill(const int id, const int range, const bool modifiable, - const SkillType::SkillType type); + const SkillType::SkillType type, + const int sp); void addSkill(const int id, const std::string &name, const int level, const int range, const bool modifiable, - const SkillType::SkillType type); + const SkillType::SkillType type, + const int sp); SkillInfo* getSkill(const int id) const A_WARN_UNUSED; -- cgit v1.2.3-60-g2f50