diff options
author | Kenpachi Developer <Kenpachi.Developer@gmx.de> | 2020-05-17 02:17:18 +0200 |
---|---|---|
committer | Kenpachi Developer <Kenpachi.Developer@gmx.de> | 2020-06-01 02:01:54 +0200 |
commit | 6f41ba4268b87b9e23273270bd50f5ffaedf4485 (patch) | |
tree | ba8d51377b3b557607748b61c9d90bd9b90edebc /src | |
parent | b7651c05a0beffd3953341dec67f85f75e216e66 (diff) | |
download | hercules-6f41ba4268b87b9e23273270bd50f5ffaedf4485.tar.gz hercules-6f41ba4268b87b9e23273270bd50f5ffaedf4485.tar.bz2 hercules-6f41ba4268b87b9e23273270bd50f5ffaedf4485.tar.xz hercules-6f41ba4268b87b9e23273270bd50f5ffaedf4485.zip |
Remove unused variable nocast from struct s_skill_db
Diffstat (limited to 'src')
-rw-r--r-- | src/map/skill.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/skill.h b/src/map/skill.h index 30b70d037..1db2940af 100644 --- a/src/map/skill.h +++ b/src/map/skill.h @@ -1765,7 +1765,6 @@ struct s_skill_db { int weapon,ammo,ammo_qty[MAX_SKILL_LEVEL],state,spiritball[MAX_SKILL_LEVEL]; int itemid[MAX_SKILL_ITEM_REQUIRE],amount[MAX_SKILL_ITEM_REQUIRE]; int castnodex[MAX_SKILL_LEVEL], delaynodex[MAX_SKILL_LEVEL]; - int nocast; int unit_id[2]; int unit_layout_type[MAX_SKILL_LEVEL]; int unit_range[MAX_SKILL_LEVEL]; |