diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-27 09:46:30 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-11-27 09:46:30 +0000 |
commit | c20592155c15b1cd60c0ba13c3f4a2f142fbe2cf (patch) | |
tree | ef7a50a7f7f71d729f8e0877273115ad8d2f4550 | |
parent | 6a124d9973efda1f0a955e8e5714f3fa8919aa92 (diff) | |
download | hercules-c20592155c15b1cd60c0ba13c3f4a2f142fbe2cf.tar.gz hercules-c20592155c15b1cd60c0ba13c3f4a2f142fbe2cf.tar.bz2 hercules-c20592155c15b1cd60c0ba13c3f4a2f142fbe2cf.tar.xz hercules-c20592155c15b1cd60c0ba13c3f4a2f142fbe2cf.zip |
- Cart Termination now ignores the attacker's cards, as a side effect makes it bypass AutoGuard & Cicada Skin Shedding
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11820 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | db/Changelog.txt | 3 | ||||
-rw-r--r-- | db/skill_db.txt | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 1a857d2c3..dfb874158 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -37,6 +37,9 @@ 2376 General's_Plate_Mail Increases heal recovery effectiveness on you by 10% ======================= +11/27 + * Cart Termination now ignores the attacker's cards, as a side effect makes + it bypass AutoGuard & Cicada Skin Shedding [Skotlex] 11/22 * Rev. 11784 Added slots to Cross Shield and Book of Charms (bugreport:429) [L0ne_W0lf] - Fixed the brynhildr item script. (bugreport:429) diff --git a/db/skill_db.txt b/db/skill_db.txt index b90dd4216..a8bc8a9a8 100644 --- a/db/skill_db.txt +++ b/db/skill_db.txt @@ -526,7 +526,7 @@ 482,0,6,4,0,0x1,0,5,1,no,0,0,0,magic,0 ,PF_DOUBLECASTING,Double Casting 483,9,6,2,0,0x1,1:2:3:4:5,1,1,no,0,0,0,none,0 ,HW_GANBANTEIN,Ganbantein 484,9,6,2,2,0x91,0,5,1,yes,0,0,0,misc,0 ,HW_GRAVITATION,Gravitation Field -485,-2,6,1,-1,0x8,0,10,1,no,0,0,0,weapon,0 ,WS_CARTTERMINATION,Cart Termination +485,-2,6,1,-1,0x8,0,10,1,no,0,0x8,0,weapon,0 ,WS_CARTTERMINATION,Cart Termination 486,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0 ,WS_OVERTHRUSTMAX,Maximum Power Thrust 487,0,6,4,0,0x1,0,5,1,no,0,0,0,none,0 ,CG_LONGINGFREEDOM,Longing for Freedom 488,0,6,4,0,0x1,1,5,1,no,0,0x40,0,misc,0 ,CG_HERMODE,Wand of Hermode |