diff options
author | Fate <fate-tmw@googlemail.com> | 2009-09-26 18:19:42 +0000 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2009-09-26 18:19:42 +0000 |
commit | cf2958ed8eb277addacf594d5953d59b682af84c (patch) | |
tree | d9992e9db65b4161f7d81e5ce4f384c90c2a1bc0 /db/const.txt | |
parent | c379d97d40d11edcb370c213fe22a56c1e5a84c7 (diff) | |
parent | 625fc46be8a0a94a0ba828ef78e5e8ce01dbe817 (diff) | |
download | serverdata-cf2958ed8eb277addacf594d5953d59b682af84c.tar.gz serverdata-cf2958ed8eb277addacf594d5953d59b682af84c.tar.bz2 serverdata-cf2958ed8eb277addacf594d5953d59b682af84c.tar.xz serverdata-cf2958ed8eb277addacf594d5953d59b682af84c.zip |
Merge branch 'skill'
Diffstat (limited to 'db/const.txt')
-rw-r--r-- | db/const.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt index 3c7400ed..99f14f38 100644 --- a/db/const.txt +++ b/db/const.txt @@ -194,6 +194,9 @@ NIBBLE_6_MASK 251658240 NIBBLE_7_SHIFT 28 // Only three bits available in this one NIBBLE_7_MASK 1879048192 // should be 4026531840 +// Skill pools +SKILL_FOCUS 349 + // Magic skills SKILL_MAGIC 340 SKILL_MAGIC_LIFE 341 |