Fix auto spell list on renewal (#8299)

Follow up to 9440869
This commit is contained in:
Kanin Temsrisuk 2024-05-03 15:12:31 +07:00 committed by GitHub
parent 7ddd035442
commit 90b2b9cbbf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8498,7 +8498,7 @@ void clif_autospell( map_session_data& sd, uint16 skill_lv ){
uint16 required_autospell_skill_lv;
};
#ifndef RENEWAL
#ifdef RENEWAL
const std::vector<s_autospell_requirement> autospell_skills = {
{ MG_FIREBOLT, 0 },
{ MG_COLDBOLT, 0 },