diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-01 00:32:54 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-08-01 00:32:54 +0000 |
commit | 58d4cb0ae8affce8115d965bb03206b9bb692820 (patch) | |
tree | 084965d54ad1d7c5ed78ecbcc0bc045823ccc2e8 /db | |
parent | 6e909c5fe0ac44b801febce0076cf9866082899f (diff) | |
download | hercules-58d4cb0ae8affce8115d965bb03206b9bb692820.tar.gz hercules-58d4cb0ae8affce8115d965bb03206b9bb692820.tar.bz2 hercules-58d4cb0ae8affce8115d965bb03206b9bb692820.tar.xz hercules-58d4cb0ae8affce8115d965bb03206b9bb692820.zip |
- Fixed NPC_STOP id value in skill_cast_db
- Bladestop will no longer stop when you push either of the characters around.
- Fixed Enchant Poison having a near 100% chance of poisoning target on attack.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8015 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db')
-rw-r--r-- | db/skill_cast_db.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt index 477244469..20d532e2f 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -534,7 +534,7 @@ //-- NPC_DARKGRANDNESS
339,2000,1500,900,900,10000:11000:12000:13000:14000:15000:16000:17000:18000:19000
//-- NPC_STOP
-340,0,0,0,10000,0
+342,0,0,0,10000,0
//-- NPC_POWERUP
349,0,0,0,60000:120000:180000:240000:300000,0
//-- NPC_AGIUP
|