diff options
Diffstat (limited to 'world/map/db')
-rw-r--r-- | world/map/db/const.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/world/map/db/const.txt b/world/map/db/const.txt index bc7518c4..9c7921e5 100644 --- a/world/map/db/const.txt +++ b/world/map/db/const.txt @@ -332,6 +332,11 @@ BYTE_2_SHIFT 16 BYTE_3_MASK 4278190080 BYTE_3_SHIFT 24 +// Basic Skills +SKILL_EMOTE 1 +SKILL_TRADE 2 +SKILL_PARTY 3 + // Skill pools SKILL_POOL 339 SKILL_MALLARDS_EYE 45 |