diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-03 14:15:20 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-03 14:15:20 +0000 |
commit | 2e6efcc4c718d89bf832cd10b5261add097c8bf6 (patch) | |
tree | aa070e029f64fc8fb9b1e2ff2c3d31702dafe816 /db/skill_require_db.txt | |
parent | 6395ddae721ba873428d1a82f167aa4ed49ac0b5 (diff) | |
download | hercules-2e6efcc4c718d89bf832cd10b5261add097c8bf6.tar.gz hercules-2e6efcc4c718d89bf832cd10b5261add097c8bf6.tar.bz2 hercules-2e6efcc4c718d89bf832cd10b5261add097c8bf6.tar.xz hercules-2e6efcc4c718d89bf832cd10b5261add097c8bf6.zip |
- Corrected @whomap directly invoking msg_table[] rather than msg_txt()
- Guessed where the pet data goes in spawn packet 0x7c
- Updated Charge Attack's state from none to move_enable.
- Made tomahawk an NPC_SKILL so that it may not be plagiarized.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6459 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/skill_require_db.txt')
-rw-r--r-- | db/skill_require_db.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/skill_require_db.txt b/db/skill_require_db.txt index dd9181a4a..d568d52a2 100644 --- a/db/skill_require_db.txt +++ b/db/skill_require_db.txt @@ -432,7 +432,7 @@ 543,0,0,20:30:40:50:60,0,0,0,0,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //NJ_NEN
544,0,0,55:60:65:70:75:80:85:90:95:100,0,0,0,0,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //NJ_ISSEN
-1001,0,0,40,0,0,0,99,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //KN_CHARGEATK#ƒ`ƒƒ?[ƒWƒAƒ^ƒbƒN#
+1001,0,0,40,0,0,0,99,0,0,move_enable,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //KN_CHARGEATK#ƒ`ƒƒ?[ƒWƒAƒ^ƒbƒN#
1002,0,0,15,0,0,0,99,0,0,shield,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //CR_SHRINK#ƒVƒ…ƒŠƒ“ƒN#
1004,0,0,15,0,0,0,99,2,1,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AS_VENOMKNIFE#ƒxƒiƒ€ƒiƒCƒt#
1005,0,0,25,0,0,0,99,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //RG_CLOSECONFINE#ƒNƒ??[ƒYƒRƒ“ƒtƒ@ƒCƒ“#
|