diff options
-rw-r--r-- | db/Changelog.txt | 1 | ||||
-rw-r--r-- | db/mob_branch.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index efce595ff..e77a5e8b3 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -9,6 +9,7 @@ 13005 Angelic Wing Dagger: NEED INFO. ======================= 2010/11/30 + * Rev. 14529 Fixed a mistake (excess dummy name) in dead branch list fallback value (since r32). [Ai4rei] * Rev. 14524 Updated comments for skill Berserk in skill_tree.txt, among others because they would cause errors the way they are read now. [Ai4rei] 2010/11/26 * Rev. 14507 Added killerrid and killedrid param constants to const.txt [ultramage] diff --git a/db/mob_branch.txt b/db/mob_branch.txt index 72ab91347..2f015d18b 100644 --- a/db/mob_branch.txt +++ b/db/mob_branch.txt @@ -3,7 +3,7 @@ // Structure of Database: // MobID,DummyName,Rate -0,SCORPION,Scorpion,1001 +0,Scorpion,1001 1001,Scorpion,214285 1002,Poring,1000000 1004,Hornet,357142 |