diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-23 01:56:52 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-23 01:56:52 +0000 |
commit | 0ffe3b7569390da9b2dfa5493b70d363dce2439c (patch) | |
tree | 66ce8fcdbc876c914e79639048c8fac3ec665814 /db/skill_require_db.txt | |
parent | 021b26b8409a84b4c83eb0cc1eedbd65eedfd4e0 (diff) | |
download | hercules-0ffe3b7569390da9b2dfa5493b70d363dce2439c.tar.gz hercules-0ffe3b7569390da9b2dfa5493b70d363dce2439c.tar.bz2 hercules-0ffe3b7569390da9b2dfa5493b70d363dce2439c.tar.xz hercules-0ffe3b7569390da9b2dfa5493b70d363dce2439c.zip |
- Changed Preserve's cost to 30sp
- Fixed Arrow Shower, UNT_MAGIC_SKILLS was renamed to UNT_ATTACK_SKILLS
- Fixed skill_use_pos checking target tile CELL_CHKNOPASS as invalid instead of CELL_CHKNOREACH
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5708 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 48b708b7c..bc3be6507 100644 --- a/db/skill_require_db.txt +++ b/db/skill_require_db.txt @@ -362,7 +362,7 @@ 471,0,0,55:35:15,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //SL_SKE#Esk#
472,0,0,100:80:60,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //SL_SKA#Eska#
-475,0,0,40,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //ST_PRESERVE##
+475,0,0,30,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //ST_PRESERVE##
476,0,0,22:24:26:28:30,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //ST_FULLSTRIP##
477,0,0,5,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //WS_WEAPONREFINE##
478,0,0,30,0,0,0,99,none,0,545,1,545,1,545,1,545,1,545,1,546,1,546,1,546,1,546,1,547,1 //CR_SLIMPITCHER##
|