diff options
author | shennetsind <ind@henn.et> | 2013-02-16 22:33:13 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-02-16 22:33:13 -0200 |
commit | b8379d2dc56197dc970db8bf1c0ba60ae4835819 (patch) | |
tree | aca11affcf4392479304800ab56bd0281cd29ab5 /src/map/skill.c | |
parent | 4ce4adceac3bde1e778c2b9e53b4a4954049f349 (diff) | |
download | hercules-b8379d2dc56197dc970db8bf1c0ba60ae4835819.tar.gz hercules-b8379d2dc56197dc970db8bf1c0ba60ae4835819.tar.bz2 hercules-b8379d2dc56197dc970db8bf1c0ba60ae4835819.tar.xz hercules-b8379d2dc56197dc970db8bf1c0ba60ae4835819.zip |
@skillid Improvement
As suggested by Streusel and backed by the development team, @skillid now supports partial search.
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/skill.c')
-rw-r--r-- | src/map/skill.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/skill.c b/src/map/skill.c index ccf25f911..51124e93b 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -63,8 +63,6 @@ static struct eri *skill_timer_ers = NULL; //For handling skill_timerskills [Sko DBMap* skillunit_db = NULL; // int id -> struct skill_unit* -DBMap* skilldb_name2id = NULL; - /** * Skill Cool Down Delay Saving * Struct skill_cd is not a member of struct map_session_data |