diff options
author | Erik Schilling <ablu.erikschilling@googlemail.com> | 2012-04-05 17:32:06 +0200 |
---|---|---|
committer | Erik Schilling <ablu.erikschilling@googlemail.com> | 2012-04-05 17:32:06 +0200 |
commit | 9772c572b1b7a5189b532b924f6705dd64a17522 (patch) | |
tree | ee506c37f37a1f1984087167ae812fd23adfaf31 | |
parent | 552f7d34cee2ce2930985f23f7c84a67340c00c4 (diff) | |
download | clientdata-9772c572b1b7a5189b532b924f6705dd64a17522.tar.gz clientdata-9772c572b1b7a5189b532b924f6705dd64a17522.tar.bz2 clientdata-9772c572b1b7a5189b532b924f6705dd64a17522.tar.xz clientdata-9772c572b1b7a5189b532b924f6705dd64a17522.zip |
Added variable for SavePoint to const.txt
-rw-r--r-- | db/const.txt | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/db/const.txt b/db/const.txt index 6f77d09d..224a2ef6 100644 --- a/db/const.txt +++ b/db/const.txt @@ -200,7 +200,7 @@ SKILL_GUILD 500 SKILL_CRAFT 501 SKILL_DYE 502 -// Ship quests +// ShipQuests // 0011 2233 4455 6677 // 0000 1111 2222 3333 // 0123 4567 8901 2345 * @@ -221,3 +221,15 @@ ShipQuests_Knife 10 ShipQuests_ArpanMoney 11 // 1 ShipQuests_Door 12 + +// PlayerInformations + +// 0011 2233 4455 6677 +// 0000 1111 2222 3333 +// 0123 4567 8901 2345 * +// S--- ---- ---- ---- +// a--- ---- ---- ---- + +// 1 +PlayerInformations_SavePoint 0 + |