From 0d9b1ca88800b854d12b696308bf477304a11aa6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 18 Oct 2021 21:10:38 -0300 Subject: Add Henry's Quest --- db/constants.conf | 3 +++ db/quest_db.conf | 4 ++++ 2 files changed, 7 insertions(+) (limited to 'db') diff --git a/db/constants.conf b/db/constants.conf index 61c0f6bfe..3353f0bfb 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -1848,6 +1848,7 @@ constants_db: { NPC_MANATREE: 273 NPC_TRAP_B: 274 NPC_TRAP_ONLINE_B: 275 + NPC_HENRY: 276 // TMW-BR Non Animated NPCs NPC_SHOPPAKEP: 301 @@ -1966,6 +1967,8 @@ constants_db: { NPC_FEMALE: 802 NPC_ELF: 803 NPC_ELF_F: 804 + NPC_SAVIOR: 805 + NPC_SAVIOR_F: 806 NPC_ORC: 820 NPC_ORC_F: 821 NPC_RAIJIN: 822 diff --git a/db/quest_db.conf b/db/quest_db.conf index b3d5a64a1..6f76748b9 100644 --- a/db/quest_db.conf +++ b/db/quest_db.conf @@ -383,6 +383,10 @@ quest_db: ( Id: 120 Name: "NivalisQuest_Mede" }, +{ + Id: 121 + Name: "NivalisQuest_Henry" +}, // ID 131 to 150: Frostia Quests { -- cgit v1.2.3-70-g09d2