diff options
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 |