diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-06-26 13:00:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-06-26 13:01:23 +0300 |
commit | 3439a1b28c9afa8a4289812e98e8969f4ec949b3 (patch) | |
tree | 17b3fcfa9aa7aff204e6169678909f66ebbac0e4 /db | |
parent | 61773193b3255d0155e5bf263b6945a8100041f0 (diff) | |
download | serverdata-3439a1b28c9afa8a4289812e98e8969f4ec949b3.tar.gz serverdata-3439a1b28c9afa8a4289812e98e8969f4ec949b3.tar.bz2 serverdata-3439a1b28c9afa8a4289812e98e8969f4ec949b3.tar.xz serverdata-3439a1b28c9afa8a4289812e98e8969f4ec949b3.zip |
Fix errors with constants allocation.
Diffstat (limited to 'db')
-rw-r--r-- | db/const.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/db/const.txt b/db/const.txt index 86a03f3a..53c1f8dc 100644 --- a/db/const.txt +++ b/db/const.txt @@ -201,11 +201,11 @@ SKILL_CRAFT 501 SKILL_DYE 502 // ShipQuests -// 0011 2233 4455 6677 -// 0000 1111 2222 3333 -// 0123 4567 8901 2345 * -// JJAA PPPP AAKA D-NN -// uull eeee rrnM o-AA +// 0011 2233 4455 6677 8899 +// 0000 1111 2222 3333 4444 +// 0123 4567 8901 2345 6789 +// JJAA PPPP AAKA D-NN D +// uull eeee rrnM o-AA a // 2 ShipQuests_Julia 0 @@ -222,9 +222,9 @@ ShipQuests_ArpanMoney 11 // 1 ShipQuests_Door 12 // 2 -ShipQuests_Nardbox 7 +ShipQuests_Nardbox 7 // 1 -ShipQuests_Darlin 2 +ShipQuests_Darlin 16 ChestStatus_1 0
\ No newline at end of file |