diff options
author | Fate <fate-tmw@googlemail.com> | 2009-06-16 19:07:28 +0000 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2009-06-16 19:07:28 +0000 |
commit | 14bce66d32c572f69718f3bfe25eb16213705e50 (patch) | |
tree | 96e7256cbbf73b4cf79473ee0775fa72b4b77b3c /db | |
parent | 019faa40cd140261846320d1741f3872b8d36e81 (diff) | |
download | serverdata-14bce66d32c572f69718f3bfe25eb16213705e50.tar.gz serverdata-14bce66d32c572f69718f3bfe25eb16213705e50.tar.bz2 serverdata-14bce66d32c572f69718f3bfe25eb16213705e50.tar.xz serverdata-14bce66d32c572f69718f3bfe25eb16213705e50.zip |
Added SkillUp function and used it whenever we magic-skill-up
Diffstat (limited to 'db')
-rw-r--r-- | db/const.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt index 3091efb3..abd3b5e6 100644 --- a/db/const.txt +++ b/db/const.txt @@ -154,6 +154,14 @@ cDarkGreen 9 sc_poison 132 sc_slowpoison 14 +sfx_skillup 1 +sfx_magic_generic 2 +sfx_magic_life 3 +sfx_magic_war 4 +sfx_magic_transmute 5 +sfx_magic_nature 6 +sfx_magic_astral 7 + NIBBLE_0_SHIFT 0 NIBBLE_0_MASK 15 |