Mob and NPC Identity Update

This commit is contained in:
rAthenaAPI 2018-04-24 23:00:36 +02:00
parent 10782d83ed
commit 94e6893087
3 changed files with 4 additions and 3 deletions

View File

@ -3308,7 +3308,7 @@
//20177,JENIFFER
//20178,GENERAL_ORC
//20179,SIEGLOUSE
//20180,TACNU_BRZ
//20181,VH_AMON_RA
//20182,VH_BAPHOMET
//20183,VH_DARK_LORD

View File

@ -1082,8 +1082,8 @@ enum e_job_types
JT_4_M_SNOWMAN_R,
JT_4_M_SNOWMAN_G,
JT_WARPEFFECTNPC,
JT_4_F_DANGDANG = 10286,
JT_4_HEN,
JT_4_F_DANGDANG,
JT_4_M_DANGDANG,
JT_4_F_DANGDANG1,
JT_4_LEAFCAT,

View File

@ -5932,6 +5932,7 @@
export_constant_npc(JT_4_M_SNOWMAN_R);
export_constant_npc(JT_4_M_SNOWMAN_G);
export_constant_npc(JT_WARPEFFECTNPC);
export_constant_npc(JT_4_HEN);
export_constant_npc(JT_4_F_DANGDANG);
export_constant_npc(JT_4_M_DANGDANG);
export_constant_npc(JT_4_F_DANGDANG1);