diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-06 00:32:18 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-06 00:32:18 +0000 |
commit | 4ba59cf067832f8297f182eb830d9bdf60b23db8 (patch) | |
tree | aaeb2cd735aa27b1da03d71215e0223595864a95 /db | |
parent | 7f407d3cf12cc7141ccfd58e022a73baacb6a456 (diff) | |
download | hercules-4ba59cf067832f8297f182eb830d9bdf60b23db8.tar.gz hercules-4ba59cf067832f8297f182eb830d9bdf60b23db8.tar.bz2 hercules-4ba59cf067832f8297f182eb830d9bdf60b23db8.tar.xz hercules-4ba59cf067832f8297f182eb830d9bdf60b23db8.zip |
- Corrected the max level of NPC_DARKBREATH 10->5 (don't ask, I need these things right :P)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6497 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/skill_db.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/skill_db.txt b/db/skill_db.txt index 5d8aa9beb..9a32c152f 100644 --- a/db/skill_db.txt +++ b/db/skill_db.txt @@ -221,7 +221,7 @@ 199,-1,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#
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,10,1,no,0,2,0,misc,0 //NPC_DARKBREATH#Dark Breath#
+202,2,6,1,7,0,0,5,1,no,0,2,0,misc,0 //NPC_DARKBREATH#Dark Breath#
203,1,6,1,7,1,0,10,1,no,0,2,0,magic,0 //NPC_DARKBLESSING#Dark Blessing#
204,0,0,4,0,1,0,10,1,no,0,2,0,magic,0 //NPC_BARRIER#Barrier#
205,0,0,4,0,1,0,10,1,no,0,2,0,weapon,0 //NPC_DEFENDER#Defender#
|