summaryrefslogtreecommitdiff
path: root/db/Changelog.txt
diff options
context:
space:
mode:
authorPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-07 18:54:56 +0000
committerPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-05-07 18:54:56 +0000
commit210788081168459afc15b7f970d6ff6d60611a4e (patch)
tree265abb1fc5749fb76a47f51f9d610191b8174757 /db/Changelog.txt
parent393b3bf3a40e17decc7a8ad4985a6f14df72fe8e (diff)
downloadhercules-210788081168459afc15b7f970d6ff6d60611a4e.tar.gz
hercules-210788081168459afc15b7f970d6ff6d60611a4e.tar.bz2
hercules-210788081168459afc15b7f970d6ff6d60611a4e.tar.xz
hercules-210788081168459afc15b7f970d6ff6d60611a4e.zip
Upgrading mob drops to X.2
-progress 25% git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6515 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/Changelog.txt')
-rw-r--r--db/Changelog.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt
index f64980aad..129e7016b 100644
--- a/db/Changelog.txt
+++ b/db/Changelog.txt
@@ -28,7 +28,7 @@
=========================
05/07
* Updating drops to Aegis X.2 [Playtester]
- - progress 20%
+ - progress 25%
05/06
* Replaced every "if(!cond) end; cmd1; cmd2;" with "if(cond) { cmd1; cmd2; }"
in item scripts, reads better for the eyes and for PHP scripts [DracoRPG]