diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-19 18:13:52 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-19 18:13:52 +0300 |
commit | 4d15c9ad46668d02a75c314c0252d075b44843e2 (patch) | |
tree | 139a6d4f01976a7441a0144442e45eaa7a069ead | |
parent | bb23ef06daaf8bcb56da18768466afe90915ef74 (diff) | |
download | clientdata-4d15c9ad46668d02a75c314c0252d075b44843e2.tar.gz clientdata-4d15c9ad46668d02a75c314c0252d075b44843e2.tar.bz2 clientdata-4d15c9ad46668d02a75c314c0252d075b44843e2.tar.xz clientdata-4d15c9ad46668d02a75c314c0252d075b44843e2.zip |
introduce General variable. Allocate space for Cookies in it.
-rw-r--r-- | db/const.txt | 1 | ||||
-rw-r--r-- | db/questvars.txt | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt index 5bdb0019..e78bbdb9 100644 --- a/db/const.txt +++ b/db/const.txt @@ -218,3 +218,4 @@ ShipQuests_QMuller 14 ShipQuests_Tibbo 15 ShipQuests_Gugli 16 ShipQuests_ChefGado 17 +General_Cookies 18 diff --git a/db/questvars.txt b/db/questvars.txt index 8c93f856..581e71e3 100644 --- a/db/questvars.txt +++ b/db/questvars.txt @@ -25,3 +25,12 @@ ShipQuests,1,16777216 // ShipQuests_QMuller 14 ShipQuests,1,33554432 // ShipQuests_Tibbo 15 ShipQuests,3,67108864 // ShipQuests_Gugli 16 ShipQuests,15,268435456 // ShipQuests_ChefGado 17 + +// General +// 0011 2233 4455 6677 8899 +// 0000 1111 2222 3333 4444 +// 0123 4567 8901 2345 6789 +// CC +// oo + +General,3,1 // General_Cookies 18 |