Quellcode durchsuchen

Adjusted some characters in a comment

* Corrected a comment to use UTF-8 characters.
Aleos vor 9 Jahren
Ursprung
Commit
76922d87a3
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/map/pc.c

+ 1 - 1
src/map/pc.c

@@ -10523,7 +10523,7 @@ int pc_level_penalty_mod(struct map_session_data *sd, int mob_level, uint32 mob_
 	if((tmp = level_penalty[type][mob_class][diff] ) > 0 ) //use mobclass directly
 		return tmp;
 	
-	//wtf is that for ? if penalty not found use the 1st one we found ?? ̂[lighta]
+	// TODO: Fix this [lighta]
 	for( i = 0; i < CLASS_ALL; i++ ) {
 		if( ( tmp = level_penalty[type][i][diff] ) > 0 ) {
 			rate = tmp;