Procházet zdrojové kódy

2 new NPC constants

Lemongrass3110 před 7 roky
rodič
revize
93ad3a1378
2 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 2 0
      src/map/npc.h
  2. 2 0
      src/map/script_constants.h

+ 2 - 0
src/map/npc.h

@@ -1055,6 +1055,8 @@ enum e_job_types
 	JT_4_BONFIRE,
 	JT_4_PCCOUNT,
 	JT_4_LAVAGOLEM,
+	JT_4_F_IA,
+	JT_4_LOCKE,
 
 	JT_JP_NPC02 = 10261,
 	JT_JP_NPC03,

+ 2 - 0
src/map/script_constants.h

@@ -4818,6 +4818,8 @@
 	export_constant_npc(JT_4_BONFIRE);
 	export_constant_npc(JT_4_PCCOUNT);
 	export_constant_npc(JT_4_LAVAGOLEM);
+	export_constant_npc(JT_4_F_IA);
+	export_constant_npc(JT_4_LOCKE);
 	export_constant_npc(JT_JP_NPC02);
 	export_constant_npc(JT_JP_NPC03);
 	export_constant_npc(JT_JP_NPC04);