diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-27 14:48:50 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-27 14:48:50 +0000 |
commit | a7478042cf332fde65065c0c9c0015b681fb06e2 (patch) | |
tree | 532825c8ca3db539da292f6637cdc18029453eae /db | |
parent | bfdb9f0246ab4f774e612f6cc34524e35a113d88 (diff) | |
download | hercules-a7478042cf332fde65065c0c9c0015b681fb06e2.tar.gz hercules-a7478042cf332fde65065c0c9c0015b681fb06e2.tar.bz2 hercules-a7478042cf332fde65065c0c9c0015b681fb06e2.tar.xz hercules-a7478042cf332fde65065c0c9c0015b681fb06e2.zip |
* Fixed Apple of Idun not checking for bard soul link (bugreport:1028)
* Fixed Advanced Adrenaline Rush not working barehanded (bugreport:1049)
* Disabled idle_no_autoloot setting (bugreport:1051)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12248 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 2 | ||||
-rw-r--r-- | db/skill_require_db.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index b6def1d0d..0f726eee7 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -37,6 +37,8 @@ 2376 General's_Plate_Mail Increases heal recovery effectiveness on you by 10% ======================= +2008/02/27 + * Added barehanded weapons to Full Adrenaline Rush's list [ultramage] 2008/02/07 * Rev. 12183 Updated some existing items and added some others. [L0ne_W0lf] * Changed NPC_BLEEDING in mob_skill_db to be target not self. diff --git a/db/skill_require_db.txt b/db/skill_require_db.txt index 67bf71c26..c7858cadc 100644 --- a/db/skill_require_db.txt +++ b/db/skill_require_db.txt @@ -353,7 +353,7 @@ 456,0,0,460:360:260:160:60,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 //SL_ROGUE 457,0,0,460:360:260:160:60,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 //SL_ASSASSIN 458,0,0,460:360:260:160:60,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 //SL_BLACKSMITH -459,0,0,64,0,0,0,1:2:3:4:5:6:7:8:9:10:12:13:14:15:16,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //BS_ADRENALINE2# +459,0,0,64,0,0,0,0:1:2:3:4:5:6:7:8:9:10:12:13:14:15:16,0,0,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //BS_ADRENALINE2# 460,0,0,460:360:260:160:60,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 //SL_HUNTER 461,0,0,460:360:260:160:60,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 //SL_SOULLINKER 462,0,0,120:110:100:90:80:70:60,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 //SL_KAIZEL#Kaizel# |