diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 4 | ||||
-rw-r--r-- | db/skill_db.txt | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index f0d1e3f46..ff7843e3a 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -20,6 +20,10 @@ ======================== +01/30 + * Blood Drain and Energy Drain have their range updated to 7. + * Changed the element of Blood Drain from 'take weapon's element' to Dark. + [Skotlex] 01/24 * Fixed a typo in skill_cast_db.txt making the server skip NJ_KUNAI [ultramage] Reported in http://www.eathena.ws/board/index.php?showtopic=136136 diff --git a/db/skill_db.txt b/db/skill_db.txt index a5347f5e8..c548818c6 100644 --- a/db/skill_db.txt +++ b/db/skill_db.txt @@ -222,8 +222,8 @@ 196,0,0,4,0,1,0,10,1,no,0,2,0,magic,0 //NPC_SUMMONSLAVE#Follower Summons# 197,0,0,4,0,1,0,10,1,no,0,2,0,none,0 //NPC_EMOTION#Emotion# 198,0,0,4,0,1,0,10,1,no,0,2,0,magic,0 //NPC_TRANSFORMATION#Transformation# -199,9,6,1,-1,0,0,10,1,no,0,2,0,weapon,0 //NPC_BLOODDRAIN#Sucking Blood# -200,9,6,1,7,0,0,10,1,no,0,2,0,magic,0 //NPC_ENERGYDRAIN#Energy Drain# +199,7,6,1,7,0,0,10,1,no,0,2,0,weapon,0 //NPC_BLOODDRAIN#Sucking Blood# +200,7,6,1,7,0,0,10,1,no,0,2,0,magic,0 //NPC_ENERGYDRAIN#Energy Drain# 201,0,0,4,0,1,0,10,1,no,0,2,0,weapon,0 //NPC_KEEPING#Keeping# 202,2,6,1,7,0,0,5,1,no,0,2,0,misc,0 //NPC_DARKBREATH#Dark Breath# 203,9,6,1,7,1,0,10,1,no,0,2,0,magic,0 //NPC_DARKBLESSING#Dark Blessing# |