Bladeren bron

This one's for you RedMageJoe! God speed!
Fixing some typos in the comments in the unused database I just added :3

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/renewal@14446 54d463be-8e91-2dee-dedb-b68131a5f0ec

L0ne_W0lf 14 jaren geleden
bovenliggende
commit
7926aea297
2 gewijzigde bestanden met toevoegingen van 7 en 2 verwijderingen
  1. 5 0
      db/Changelog.txt
  2. 2 2
      db/mob_penalty_db.txt

+ 5 - 0
db/Changelog.txt

@@ -8,6 +8,11 @@
 	1475 Equestrian's Spear:	NEED INFO.
 	13005 Angelic Wing Dagger:	NEED INFO.
 =======================
+2010/11/04
+	* Rev. 14445 Updated monster database. Most spawning monsters stats are now updated. [L0ne_W0lf]
+	- 'Ghost' mobs, and event monsters are not updated at this time.
+	- Information collected from RODE by Gepard.
+	* Added demonstrative mob_penalty_db. (unused.)
 2010/11/02
 	* Fixed incorrect status change constants being used in cash food scripts. (bugreport:4477) [Paradox924X]
 2010/10/23

+ 2 - 2
db/mob_penalty_db.txt

@@ -1,6 +1,6 @@
 // This database is currently unused, and is not read by the server.
 // It is here only to illistrate design, with known information.
-// With the recommended formatting to handle the level penelty system.
+// Recommended formatting to handle the level penalty system.
 //
 // Mob Level Penalty Database
 // 
@@ -22,7 +22,7 @@
 // 		If only 0:100 is given, all levels will receieve the 100% rate.
 // 	Another example would be:
 // 		If 0,13:0,12:25,11:50,10:100 is given, then a level difference of 13 levels and higher recievce 0 exp.
-// 		While a 12 level difference will give 25% of hte exp the monster wold give normally.
+// 		While a 12 level difference will give 25% of the exp the monster would give normally.
 // 		with a level difference of 11, 50%...and if you are 10 levels lower, 100%.
 //