Преглед на файлове

Removed two unused constants for alchemists

* Job_Alchem(Job_Alchemist would be correct)
* Job_Baby_Alchem(Job_Baby_Alchemist would be correct)

Both are currently unused in our delivered npc and item scripts.
Please consider using their correct constants instead.
Lemongrass3110 преди 9 години
родител
ревизия
5ea3f30d32
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  1. 0 4
      src/map/script_constants.h

+ 0 - 4
src/map/script_constants.h

@@ -42,8 +42,6 @@
 	export_constant(JOB_SAGE);
 	export_constant(JOB_ROGUE);
 	export_constant(JOB_ALCHEMIST);
-	// For backwards compatability
-	script_set_constant("Job_Alchem",JOB_ALCHEMIST,false); // TODO: Check if this is used anywhere and remove if possible
 	export_constant(JOB_BARD);
 	export_constant(JOB_DANCER);
 	export_constant(JOB_CRUSADER2);
@@ -100,8 +98,6 @@
 	export_constant(JOB_BABY_SAGE);
 	export_constant(JOB_BABY_ROGUE);
 	export_constant(JOB_BABY_ALCHEMIST);
-	// For backwards compatability
-	script_set_constant("Job_Baby_Alchem",JOB_BABY_ALCHEMIST,false); // TODO: Check if this is used anywhere and remove if possible
 	export_constant(JOB_BABY_BARD);
 	export_constant(JOB_BABY_DANCER);
 	export_constant(JOB_BABY_CRUSADER2);