Mob and NPC Identity Update

This commit is contained in:
rAthenaAPI
2019-08-20 12:00:29 +02:00
parent 5ef1e5e89b
commit 506a88a506
3 changed files with 6 additions and 3 deletions

View File

@@ -3727,7 +3727,9 @@
//20583,MD_C_WHITEKNIGHT_G
//20584,MD_C_KHALITZBURG_G
//20585,MD_C_RAY_ARCHER_G
//20586,NYA_BRZ
//20587,WITCH_BRZ
//20588,ELDER_BRZ
//20589,SWING_TALE
//20590,RU_E_ECLIPS
//20591,PAPARE

View File

@@ -1142,8 +1142,8 @@ enum e_job_types
JT_4_F_EINRESERCHER,
JT_4_F_REINDEER,
JT_4_PIGOCTO,
JT_4_JP_16TH = 10343,
JT_4_ORK_HERO,
JT_4_JP_16TH,
JT_NEW_NPC_3RD_END = 19999,
NPC_RANGE3_END, // Official: JT_NEW_NPC_3RD_END=19999

View File

@@ -5943,6 +5943,7 @@
export_constant_npc(JT_4_F_EINRESERCHER);
export_constant_npc(JT_4_F_REINDEER);
export_constant_npc(JT_4_PIGOCTO);
export_constant_npc(JT_4_ORK_HERO);
export_constant_npc(JT_4_JP_16TH);
export_constant_npc(JT_NEW_NPC_3RD_END);
#undef export_constant_npc