From 01516a326c2d795ae6c5fc4a8328503ec8ea0e82 Mon Sep 17 00:00:00 2001 From: rAthenaAPI Date: Wed, 2 Jan 2019 04:00:50 +0100 Subject: [PATCH] Mob and NPC Identity Update --- db/re/mob_db.txt | 2 ++ src/map/npc.hpp | 2 ++ src/map/script_constants.hpp | 1 + 3 files changed, 5 insertions(+) diff --git a/db/re/mob_db.txt b/db/re/mob_db.txt index 303e4e567d..9c50c8177a 100644 --- a/db/re/mob_db.txt +++ b/db/re/mob_db.txt @@ -3691,3 +3691,5 @@ //20560,G_MINERAL_G //20561,G_MINERAL_W //20562,HIDDEN_MOB8 + +//20569,MISSING_OCTOPIG diff --git a/src/map/npc.hpp b/src/map/npc.hpp index 0bbfa3279b..436e393b6f 100644 --- a/src/map/npc.hpp +++ b/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 diff --git a/src/map/script_constants.hpp b/src/map/script_constants.hpp index 223793a333..e263131eff 100644 --- a/src/map/script_constants.hpp +++ b/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 */