diff options
-rw-r--r-- | db/Changelog.txt | 3 | ||||
-rw-r--r-- | db/skill_db.txt | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 98bcdd14d..55748d8ed 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -19,6 +19,9 @@ ----- ======================== +04/12 + * Ganbantein now has a range equal to the level used [Playtester] + - only mobs use levels higher than 1 04/11 * Added dummy information to the pet_db.txt for the Rice Cake and Xmas Goblin pets. [Skotlex] diff --git a/db/skill_db.txt b/db/skill_db.txt index 21149b547..868a11d58 100644 --- a/db/skill_db.txt +++ b/db/skill_db.txt @@ -521,7 +521,7 @@ 480,5,8,1,0,0,0,5,5,no,0,0,0,weapon,0 //PA_SHIELDCHAIN#Shield Chain# 481,0,0,0,0,0,0,5,0,no,0,0,0,none,0 //HP_MANARECHARGE#Mana Recharge# 482,0,6,4,0,0x1,0,5,1,no,0,0,0,magic,0 //PF_DOUBLECASTING#Double Casting# -483,9,6,2,0,0x1,1,1,1,no,0,0,0,none,0 //HW_GANBANTEIN#Ganbantein# +483,9,6,2,0,0x1,1:2:3:4:5,1,1,no,0,0,0,none,0 //HW_GANBANTEIN#Ganbantein# 484,9,6,2,2,0xB1,0,5,1,yes,0,0,0,magic,0 //HW_GRAVITATION#Gravity Field# 485,-2,6,1,-1,0x8,0,10,1,no,0,0,0,weapon,0 //WS_CARTTERMINATION#Cart Termination# 486,0,6,4,0,0x1,0,5,1,no,0,0,0,weapon,0 //WS_OVERTHRUSTMAX#Maximum Power Thrust# |