diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-27 14:58:50 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-27 14:58:50 +0000 |
commit | 32ebbcf88520ef77425c0b2408ba36c40c3c9aaa (patch) | |
tree | 57ed8c019a56b4ab7d2b531007856fe40e876267 /db/skill_unit_db.txt | |
parent | e5516cf57ab6852557eac30f3c056b90dfe59b1d (diff) | |
download | hercules-32ebbcf88520ef77425c0b2408ba36c40c3c9aaa.tar.gz hercules-32ebbcf88520ef77425c0b2408ba36c40c3c9aaa.tar.bz2 hercules-32ebbcf88520ef77425c0b2408ba36c40c3c9aaa.tar.xz hercules-32ebbcf88520ef77425c0b2408ba36c40c3c9aaa.zip |
- Corrected KiriKage's range so it works correctly when used by non-players or when use weapon's range is used.
- Changed service for you's flags so it affects all players on range.
- Corrected the skill animation for Absorb Spirits
- Cleaned up a bit the implementation of how Gravity Field blocks the caster from moving.
- Mob class-changing will fail if the new class is the same as the previous one.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9325 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/skill_unit_db.txt')
-rw-r--r-- | db/skill_unit_db.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/skill_unit_db.txt b/db/skill_unit_db.txt index b88ac9460..d0d733900 100644 --- a/db/skill_unit_db.txt +++ b/db/skill_unit_db.txt @@ -73,7 +73,7 @@ 327,0xac, , 3, 0, -1,all, 0x120 //DC_HUMMING
328,0xad, , 3, 0, -1,enemy, 0x100 //DC_DONTFORGETME
329,0xae, , 3, 0, -1,all, 0x120 //DC_FORTUNEKISS
-330,0xaf, , 3, 0, -1,party, 0x100 //DC_SERVICEFORYOU
+330,0xaf, , 3, 0, -1,all, 0x120 //DC_SERVICEFORYOU
336,0xb2, , 0,-1, -1,noone, 0x000 //WE_CALLPARTNER
339,0x86, , -1, 0, 400,enemy, 0x000 //NPC_DARKGRANDCROSS
362,0xb4, , 0, 3, -1,all, 0x000 //HP_BASILICA
|