diff options
author | Fate <fate-tmw@googlemail.com> | 2009-09-26 18:20:55 +0000 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2009-09-26 18:20:55 +0000 |
commit | 7c88938cd133001457a1e1e3273a7b402dbbccca (patch) | |
tree | ebf5508de49e5b9eb4b93fb498cebdc00a7cd5a4 /db/const.txt | |
parent | 625fc46be8a0a94a0ba828ef78e5e8ce01dbe817 (diff) | |
download | serverdata-7c88938cd133001457a1e1e3273a7b402dbbccca.tar.gz serverdata-7c88938cd133001457a1e1e3273a7b402dbbccca.tar.bz2 serverdata-7c88938cd133001457a1e1e3273a7b402dbbccca.tar.xz serverdata-7c88938cd133001457a1e1e3273a7b402dbbccca.zip |
Disabled Luca's initial skill support
Diffstat (limited to 'db/const.txt')
-rw-r--r-- | db/const.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/db/const.txt b/db/const.txt index b51e3aa1..56610a8c 100644 --- a/db/const.txt +++ b/db/const.txt @@ -195,7 +195,13 @@ NIBBLE_7_SHIFT 28 // Only three bits available in this one NIBBLE_7_MASK 1879048192 // should be 4026531840 // Skill pools -SKILL_FOCUS 349 +SKILL_FOCUS 339 +SKILL_MALLARDS_EYE 45 +SKILL_BRAWLING 350 +SKILL_LUCKY_COUNTER 351 +SKILL_SPEED 352 +SKILL_RESIST_POISON 353 +SKILL_ASTRAL_SOUL 354 // Magic skills SKILL_MAGIC 340 |