diff options
author | Stefan Beller <stefanbeller@googlemail.com> | 2010-12-27 19:51:53 +0100 |
---|---|---|
committer | Stefan Beller <stefanbeller@googlemail.com> | 2011-01-02 21:21:18 +0100 |
commit | d191f6a204a3f2be75a95e3f7d5cc1328aa57fbe (patch) | |
tree | a05cb850948b5c7f973c2d83dc10c0f7cbf6cf4d /db/const.txt | |
parent | 1e928158cca01692172158805c949b19843ba41e (diff) | |
download | serverdata-d191f6a204a3f2be75a95e3f7d5cc1328aa57fbe.tar.gz serverdata-d191f6a204a3f2be75a95e3f7d5cc1328aa57fbe.tar.bz2 serverdata-d191f6a204a3f2be75a95e3f7d5cc1328aa57fbe.tar.xz serverdata-d191f6a204a3f2be75a95e3f7d5cc1328aa57fbe.zip |
unify consts: ability to focus is SKILL_POOL now
there were 3 different consts meaning the same.
Diffstat (limited to 'db/const.txt')
-rw-r--r-- | db/const.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/const.txt b/db/const.txt index d15c9200..ab080511 100644 --- a/db/const.txt +++ b/db/const.txt @@ -210,7 +210,7 @@ BYTE_3_MASK 4278190080 BYTE_3_SHIFT 24 // Skill pools -SKILL_FOCUS 339 +SKILL_POOL 339 SKILL_MALLARDS_EYE 45 SKILL_BRAWLING 350 SKILL_LUCKY_COUNTER 351 |