summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Sagunov <danilka.pro@gmail.com>2015-10-30 16:09:09 +0300
committerReid <reidyaro@gmail.com>2015-11-05 23:50:04 +0100
commit38e43576e5daad22b6f0813caedc80e0d127f94a (patch)
tree7343fcaa0bb59fcdceb9cd4888f053c8e43f976f
parentf6af834aaea896a87402ca0a452908bd2066a2d1 (diff)
downloadserverdata-38e43576e5daad22b6f0813caedc80e0d127f94a.tar.gz
serverdata-38e43576e5daad22b6f0813caedc80e0d127f94a.tar.bz2
serverdata-38e43576e5daad22b6f0813caedc80e0d127f94a.tar.xz
serverdata-38e43576e5daad22b6f0813caedc80e0d127f94a.zip
Added Rumli NPC
-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"
+}
)