summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorFate <fate-tmw@googlemail.com>2009-09-22 23:45:53 +0000
committerFate <fate-tmw@googlemail.com>2009-09-23 22:31:20 +0000
commit9861d88220a0f26fc4c00bdca31cd0f7ae0eac3f (patch)
treea931340fcdff371348ea4febf5f593b6a3144b27 /db
parentc6942b93f81dff44fd58cb92dafb9d5323a2f799 (diff)
downloadserverdata-9861d88220a0f26fc4c00bdca31cd0f7ae0eac3f.tar.gz
serverdata-9861d88220a0f26fc4c00bdca31cd0f7ae0eac3f.tar.bz2
serverdata-9861d88220a0f26fc4c00bdca31cd0f7ae0eac3f.tar.xz
serverdata-9861d88220a0f26fc4c00bdca31cd0f7ae0eac3f.zip
Initial skill NPC support
Diffstat (limited to 'db')
-rw-r--r--db/const.txt3
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