summaryrefslogtreecommitdiff
path: root/db/Changelog.txt
diff options
context:
space:
mode:
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]