Browse Source

Mob and NPC Identity Update

rAthenaAPI 6 years ago
parent
commit
01516a326c
3 changed files with 5 additions and 0 deletions
  1. 2 0
      db/re/mob_db.txt
  2. 2 0
      src/map/npc.hpp
  3. 1 0
      src/map/script_constants.hpp

+ 2 - 0
db/re/mob_db.txt

@@ -3691,3 +3691,5 @@
 //20560,G_MINERAL_G
 //20561,G_MINERAL_W
 //20562,HIDDEN_MOB8
+
+//20569,MISSING_OCTOPIG

+ 2 - 0
src/map/npc.hpp

@@ -1140,6 +1140,8 @@ enum e_job_types
 	JT_4_F_ERENE,
 	JT_4_M_EINCPTMINER,
 	JT_4_F_EINRESERCHER,
+
+	JT_4_PIGOCTO = 10341,
 	NPC_RANGE3_END, // Official: JT_NEW_NPC_3RD_END=19999
 
 	// Unofficial

+ 1 - 0
src/map/script_constants.hpp

@@ -5899,6 +5899,7 @@
 	export_constant_npc(JT_4_F_ERENE);
 	export_constant_npc(JT_4_M_EINCPTMINER);
 	export_constant_npc(JT_4_F_EINRESERCHER);
+	export_constant_npc(JT_4_PIGOCTO);
 	#undef export_constant_npc
 
 	/* special effects */