diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-03-22 20:53:19 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-03-22 20:53:19 +0000 |
commit | a30b2fd07a49a68ecb9809e83d2057311589dc10 (patch) | |
tree | 05c49621e0aaddfa539942f991b2e664adaa6a87 /db | |
parent | e182a85b26ef5f50809524a701a4200e694991ee (diff) | |
download | hercules-a30b2fd07a49a68ecb9809e83d2057311589dc10.tar.gz hercules-a30b2fd07a49a68ecb9809e83d2057311589dc10.tar.bz2 hercules-a30b2fd07a49a68ecb9809e83d2057311589dc10.tar.xz hercules-a30b2fd07a49a68ecb9809e83d2057311589dc10.zip |
* Hopefully fixed NPC_DEFENDER not working
(thanks to Brainstorm for the fix)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13611 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/Changelog.txt | 3 | ||||
-rw-r--r-- | db/skill_cast_db.txt | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 33c78d26b..d93d3d69f 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -40,6 +40,9 @@ 2385 Recuvative_Armor Should trigger HP/SP return with magical kills as well. ======================= +2009/03/22 + * Hopefully fixed NPC_DEFENDER not working [Playtester] + (thanks to Brainstorm for the fix) 2009/03/21 * Fixed Anubis (who made him broken and exploitable in the first place?) [Playtester] 2009/03/19 diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt index 9a246ae9c..d1a6eed3d 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -331,7 +331,8 @@ //-- NPC_BARRIER 204,0,0,0,60000:70000:80000:90000:100000:110000:120000:130000:140000:150000,0 - +//-- NPC_DEFENDER +205,0,0,0,60000:70000:80000:90000:100000:110000:120000:130000:140000:150000,0 //-- NPC_LICK 206,0,0,0,0,3000 //-- NPC_HALLUCINATION |