Jelajahi Sumber

Fix auto spell list on renewal (#8299)

Follow up to 9440869
Kanin Temsrisuk 1 tahun lalu
induk
melakukan
90b2b9cbbf
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/map/clif.cpp

+ 1 - 1
src/map/clif.cpp

@@ -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 },