diff options
author | toams <toams85@gmail.com> | 2020-06-01 13:17:51 +0200 |
---|---|---|
committer | toams <toams85@gmail.com> | 2020-06-01 13:17:51 +0200 |
commit | e34c59451214427879cb9242f2fbd6732939ac60 (patch) | |
tree | 77e14ebde7ccb8b05b348785abb82f322b99aaa8 | |
parent | 3c8c5a6eb84315dfeab09663b3788d2d01562698 (diff) | |
download | serverdata-e34c59451214427879cb9242f2fbd6732939ac60.tar.gz serverdata-e34c59451214427879cb9242f2fbd6732939ac60.tar.bz2 serverdata-e34c59451214427879cb9242f2fbd6732939ac60.tar.xz serverdata-e34c59451214427879cb9242f2fbd6732939ac60.zip |
Somebody messed up the quest id's. !blame jesusalva
-rw-r--r-- | db/quest_db.conf | 4 | ||||
-rw-r--r-- | npc/scripts.conf | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/db/quest_db.conf b/db/quest_db.conf index 37db4025..8e36f5ec 100644 --- a/db/quest_db.conf +++ b/db/quest_db.conf @@ -50,10 +50,6 @@ quest_db: ( Name: "ShipQuests_Knife" }, { - Id: 57 - Name: "HurnscaldQuests_Kfahr" -}, -{ Id: 6 Name: "ShipQuests_ArpanMoney" }, diff --git a/npc/scripts.conf b/npc/scripts.conf index a26bbdbd..4ad30e0e 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -150,7 +150,6 @@ //"npc/placeholder/angus.txt", //"npc/placeholder/caul.txt", //"npc/placeholder/receptionist.txt", -"npc/functions/quest-debug/057-HurnscaldQuests_Kfahr.txt", // Maps specific scripts @include "npc/_import.txt" |