diff options
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index d3eec5935..dd5ea32c3 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -783,7 +783,6 @@ int pc_authfail(struct map_session_data *sd) { //Attempts to set a mob. int pc_set_hate_mob(struct map_session_data *sd, int pos, struct block_list *bl) { - const char hate_var[3][NAME_LENGTH] = {"PC_HATE_MOB_SUN","PC_HATE_MOB_MOON","PC_HATE_MOB_STAR"}; int class_; if (!sd || !bl || pos < 0 || pos > 2) return 0; |