summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/const.txt1
-rw-r--r--db/quest_db.conf4
2 files changed, 5 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt
index bb07a623..4a2ebe05 100644
--- a/db/const.txt
+++ b/db/const.txt
@@ -3438,6 +3438,7 @@ NPC_FLYING_PIOU 440
NPC_WATER_SPLASH 441
NPC_ALIGE_BARREL 442
NPC_BACCHUS 443
+NPC_RUMLI 444
NPC_TEST1 800
NPC_PLAYER 801
NPC_SAVE_POINT 901
diff --git a/db/quest_db.conf b/db/quest_db.conf
index fcea4d17..9d8210c5 100644
--- a/db/quest_db.conf
+++ b/db/quest_db.conf
@@ -129,4 +129,8 @@ quest_db: (
Id: 25
Name: "Halloween_BarrelQuest"
},
+{
+ Id: 26
+ Name: "General_Rumli"
+}
)