diff options
author | Reid <reidyaro@gmail.com> | 2012-09-12 01:18:41 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-09-12 01:22:19 +0200 |
commit | fffef9a9a4f40590ebd878c5a5e5ab2179b97eeb (patch) | |
tree | 6650b8ae7eef0ed0af9aadaddeddb7ad357cac3a /db | |
parent | 8ae4c6badaf33d6098e343b7cc6ada782245f47a (diff) | |
download | clientdata-fffef9a9a4f40590ebd878c5a5e5ab2179b97eeb.tar.gz clientdata-fffef9a9a4f40590ebd878c5a5e5ab2179b97eeb.tar.bz2 clientdata-fffef9a9a4f40590ebd878c5a5e5ab2179b97eeb.tar.xz clientdata-fffef9a9a4f40590ebd878c5a5e5ab2179b97eeb.zip |
Add new const for new NPCs.
Diffstat (limited to 'db')
-rw-r--r-- | db/const.txt | 6 | ||||
-rw-r--r-- | db/questvars.txt | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt index 0ff14bb6..deda83d1 100644 --- a/db/const.txt +++ b/db/const.txt @@ -210,3 +210,9 @@ ShipQuests_ArpanMoney 6 ShipQuests_Door 7 ShipQuests_Darlin 8 ShipQuests_Couwan 9 +ShipQuests_Ale 10 +ShipQuests_Astapolos 11 +ShipQuests_Gulukan 12 +ShipQuests_Jalad 13 +ShipQuests_QMuller 14 +ShipQuests_Tibbo 15 diff --git a/db/questvars.txt b/db/questvars.txt index 110791a6..fa10514f 100644 --- a/db/questvars.txt +++ b/db/questvars.txt @@ -17,3 +17,9 @@ ShipQuests,1,2048 // ShipQuests_ArpanMoney 6 ShipQuests,1,4096 // ShipQuests_Door 7 ShipQuests,3,8192 // ShipQuests_Darlin 8 ShipQuests,3,131072 // ShipQuests_Couwan 9 +ShipQuests,1,262144 // ShipQuests_Ale 10 +ShipQuests,1,524288 // ShipQuests_Astapolos 11 +ShipQuests,1,1048576 // ShipQuests_Gulukan 12 +ShipQuests,1,2097152 // ShipQuests_Jalad 13 +ShipQuests,1,4194304 // ShipQuests_QMuller 14 +ShipQuests,1,8388608 // ShipQuests_Tibbo 15 |