diff options
author | Reid <reidyaro@gmail.com> | 2012-09-01 02:07:04 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-09-01 02:07:04 +0200 |
commit | 3d14b11e01ccd137abb17d057c7112e48100c939 (patch) | |
tree | a5ddb533a4690bf6884502b78d481e2d94345e74 /db | |
parent | 13b7f1487d1a0d433028eb1b960efde28167cad5 (diff) | |
download | serverdata-3d14b11e01ccd137abb17d057c7112e48100c939.tar.gz serverdata-3d14b11e01ccd137abb17d057c7112e48100c939.tar.bz2 serverdata-3d14b11e01ccd137abb17d057c7112e48100c939.tar.xz serverdata-3d14b11e01ccd137abb17d057c7112e48100c939.zip |
Correct questvars mask for couwan var.
Diffstat (limited to 'db')
-rw-r--r-- | db/questvars.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/questvars.txt b/db/questvars.txt index 014bd988..f8424c12 100644 --- a/db/questvars.txt +++ b/db/questvars.txt @@ -17,4 +17,4 @@ ShipQuests,1,2048 // ShipQuests_ArpanMoney 6 ShipQuests,1,4096 // ShipQuests_Door 7 ShipQuests,1,8192 // ShipQuests_TreasureChest 8 ShipQuests,1,65536 // ShipQuests_Darlin 9 -ShipQuests,1,131072 // ShipQuests_Couwan 10 +ShipQuests,3,131072 // ShipQuests_Couwan 10 |