diff options
author | Reid <reidyaro@gmail.com> | 2012-09-04 23:49:00 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-09-04 23:49:32 +0200 |
commit | 22a8ad08316cb197b8543c085102da1591a9403a (patch) | |
tree | 01da5b167008a4a8de22abcd8506c62eb145482b /db | |
parent | 87be5460edb0dc29b22b2034ed8d3946de9faf5f (diff) | |
download | serverdata-22a8ad08316cb197b8543c085102da1591a9403a.tar.gz serverdata-22a8ad08316cb197b8543c085102da1591a9403a.tar.bz2 serverdata-22a8ad08316cb197b8543c085102da1591a9403a.tar.xz serverdata-22a8ad08316cb197b8543c085102da1591a9403a.zip |
Inverse peter and arpan const number.
Diffstat (limited to 'db')
-rw-r--r-- | db/const.txt | 4 | ||||
-rw-r--r-- | db/questvars.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/db/const.txt b/db/const.txt index 11afd160..0ff14bb6 100644 --- a/db/const.txt +++ b/db/const.txt @@ -201,9 +201,9 @@ SKILL_CRAFT 501 SKILL_DYE 502 ShipQuests_Julia 0 -ShipQuests_Peter 1 +ShipQuests_Arpan 1 ShipQuests_Alige 2 -ShipQuests_Arpan 3 +ShipQuests_Peter 3 ShipQuests_Nard 4 ShipQuests_Knife 5 ShipQuests_ArpanMoney 6 diff --git a/db/questvars.txt b/db/questvars.txt index dd7554b2..110791a6 100644 --- a/db/questvars.txt +++ b/db/questvars.txt @@ -8,9 +8,9 @@ // uull eeee rrnM oCAA a ShipQuests,3,1 // ShipQuests_Julia 0 -ShipQuests,15,16 // ShipQuests_Peter 1 +ShipQuests,3,256 // ShipQuests_Arpan 1 ShipQuests,3,4 // ShipQuests_Alige 2 -ShipQuests,3,256 // ShipQuests_Arpan 3 +ShipQuests,15,16 // ShipQuests_Peter 3 ShipQuests,3,32768 // ShipQuests_Nard 4 ShipQuests,1,1024 // ShipQuests_Knife 5 ShipQuests,1,2048 // ShipQuests_ArpanMoney 6 |