diff options
author | Fate <fate-tmw@googlemail.com> | 2009-09-22 23:45:53 +0000 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2009-09-23 22:31:20 +0000 |
commit | 9861d88220a0f26fc4c00bdca31cd0f7ae0eac3f (patch) | |
tree | a931340fcdff371348ea4febf5f593b6a3144b27 /db/const.txt | |
parent | c6942b93f81dff44fd58cb92dafb9d5323a2f799 (diff) | |
download | serverdata-9861d88220a0f26fc4c00bdca31cd0f7ae0eac3f.tar.gz serverdata-9861d88220a0f26fc4c00bdca31cd0f7ae0eac3f.tar.bz2 serverdata-9861d88220a0f26fc4c00bdca31cd0f7ae0eac3f.tar.xz serverdata-9861d88220a0f26fc4c00bdca31cd0f7ae0eac3f.zip |
Initial skill NPC support
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 190e9755..b51e3aa1 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 |