diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-08 15:11:25 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-08 15:11:25 +0000 |
commit | 0cd2095db1f8373b8b1b253ef850c2a4059316d0 (patch) | |
tree | 9ff401051665a8856cae8e128bde902db728d625 /db/const.txt | |
parent | 210788081168459afc15b7f970d6ff6d60611a4e (diff) | |
download | hercules-0cd2095db1f8373b8b1b253ef850c2a4059316d0.tar.gz hercules-0cd2095db1f8373b8b1b253ef850c2a4059316d0.tar.bz2 hercules-0cd2095db1f8373b8b1b253ef850c2a4059316d0.tar.xz hercules-0cd2095db1f8373b8b1b253ef850c2a4059316d0.zip |
- Removed SP_DISGUISE from the bonus list.
- Moved Sharp Shooting display to the block with Auto-Counter (since that's the other skill that can show critical as well)
- Corrected some fields in the still packet (guild emblem being stored as a Long when it should be Short)
- Modified most fields of view_data to be unsigned shorts rather than signed ones.
- On-Touch NPCs will now make you stop walking when you trigger them.
- Reduced stun duration of most skills to 3 secs.
- ShadowJump/JumpKick will make you land on the target's cell now.
- Fixed Kaahi triggering only once per skill duration.
- Added the kaahi_heal_timer to the list of status change functions.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6516 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/const.txt')
-rw-r--r-- | db/const.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/const.txt b/db/const.txt index 2c2c3b075..5512ba56c 100644 --- a/db/const.txt +++ b/db/const.txt @@ -260,7 +260,7 @@ bAllStats 1073 bAgiVit 1074
bAgiDexStr 1075
bPerfectHide 1076
-bDisguise 1077
+
bClassChange 1078
bHPDrainValue 1079
bSPDrainValue 1080
|