Removed leftover variable (#4275)

* Removed an unused variable.
Thanks to @pigati23!
This commit is contained in:
Aleos 2019-07-30 15:42:22 -04:00 committed by GitHub
parent a00660a4ae
commit 90d603d141
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1157,7 +1157,6 @@ int skill_additional_effect(struct block_list* src, struct block_list *bl, uint1
struct mob_data *md, *dstmd;
struct status_data *sstatus, *tstatus;
struct status_change *sc, *tsc;
enum sc_type status;
int skill;
int rate;