git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@747 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
amber 2004-12-23 05:56:44 +00:00
parent 0d6e124f1d
commit a612e3d0c5
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
Date Added
12/22
* Eliminated skill tree mapping since we have entries
for all the classes in the skill_tree.txt files [MouseJstr]
* Added finding_ore_rate to battle_athena.conf, thanks to orn [celest]
* Changed how party exp is passed out to eliminate players
current in a chat window or those who havn't moved or attacked

View File

@ -1087,7 +1087,7 @@ int pc_calc_skilltree_normalize_job(int c, struct map_session_data *sd) {
case 17:
c = 6;
break;
// #if 0
#if 0
case 4008:
case 4014:
case 4015:
@ -1142,7 +1142,7 @@ int pc_calc_skilltree_normalize_job(int c, struct map_session_data *sd) {
case 4043:
c = 4029;
break;
// #endif
#endif
}
}
}