diff options
-rw-r--r-- | db/Changelog.txt | 2 | ||||
-rw-r--r-- | db/skill_db.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 39ba44b1d..90fa51b14 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -20,6 +20,8 @@ ======================== +02/08 + * Fixed a skill_db.txt typo for AS_ENCHANTPOISON introduced in r9794 [ultramage] 02/07 * Modified Spider web so that it can't be casted on top of another web. * Updated the range of BioExplosion and Self Destruction so they count as diff --git a/db/skill_db.txt b/db/skill_db.txt index c116ad125..64b25150d 100644 --- a/db/skill_db.txt +++ b/db/skill_db.txt @@ -169,7 +169,7 @@ 135,0,6,4,0,1,0,10,1,no,0,0,0,weapon,0 //AS_CLOAKING#Cloaking# 136,-1,8,1,-1,0,0,10,8,no,0,0,0,weapon,0 //AS_SONICBLOW#Sonic Blow# 137,3:4:5:6:7,6,1,-1,2,1,5,1,no,0,0,0,weapon,0 //AS_GRIMTOOTH#Grimtooth# -138,1,6,16,5,1,0,10,1,no,0,0x400,weapon,0 //AS_ENCHANTPOISON#Enchant Poison# +138,1,6,16,5,1,0,10,1,no,0,0x400,0,weapon,0 //AS_ENCHANTPOISON#Enchant Poison# 139,0,6,4,0,0,0,10,1,no,0,0,0,weapon,0 //AS_POISONREACT#Poison React# 140,2,6,2,5,1,0,10,1,no,0,0,0,weapon,0 //AS_VENOMDUST#Venom Dust# 141,1,6,1,5,1,2,10,1,yes,0,0,0,weapon,0 //AS_SPLASHER#Venom Splasher# |