Procházet zdrojové kódy

Update

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@747 54d463be-8e91-2dee-dedb-b68131a5f0ec
amber před 20 roky
rodič
revize
a612e3d0c5
2 změnil soubory, kde provedl 4 přidání a 2 odebrání
  1. 2 0
      Changelog.txt
  2. 2 2
      src/map/pc.c

+ 2 - 0
Changelog.txt

@@ -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

+ 2 - 2
src/map/pc.c

@@ -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
 			}
 		}
 	}