Fixed a compile warning for ADJUST_SKILL_DAMAGE
* Fixes #2231. Thanks to @technoken!
This commit is contained in:
@@ -4697,7 +4697,7 @@ int do_init(int argc, char *argv[])
|
||||
iwall_db = strdb_alloc(DB_OPT_RELEASE_DATA,2*NAME_LENGTH+2+1); // [Zephyrus] Invisible Walls
|
||||
|
||||
#ifdef ADJUST_SKILL_DAMAGE
|
||||
map_skill_damage_ers = ers_new(sizeof(struct s_skill_damage), "map.c:map_skill_damage_ers", ERS_OPT_NONE);
|
||||
map_skill_damage_ers = ers_new(sizeof(struct s_skill_damage), "map.cpp:map_skill_damage_ers", ERS_OPT_NONE);
|
||||
#endif
|
||||
|
||||
map_sql_init();
|
||||
|
||||
Reference in New Issue
Block a user