summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-02-08 10:43:51 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-02-08 10:43:51 +0000
commitc4f7126a6d75662c62242ec23ce76292c3f35470 (patch)
treea8c3b39ba5f1c775e90cab0ad99b89e29f71e7f2 /Changelog-Trunk.txt
parent2c3da84a90b881785ff7336e6f694ccbfbcb9326 (diff)
downloadhercules-c4f7126a6d75662c62242ec23ce76292c3f35470.tar.gz
hercules-c4f7126a6d75662c62242ec23ce76292c3f35470.tar.bz2
hercules-c4f7126a6d75662c62242ec23ce76292c3f35470.tar.xz
hercules-c4f7126a6d75662c62242ec23ce76292c3f35470.zip
* Moved script constant manipulation code into separate functions script_get_constant / script_set_constant. [Ai4rei]
- Added protection against overwriting existing names in script constant creation code. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14701 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index b859a239b..9b162fa67 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,5 +1,8 @@
Date Added
+2011/02/08
+ * Moved script constant manipulation code into separate functions script_get_constant / script_set_constant. [Ai4rei]
+ - Added protection against overwriting existing names in script constant creation code.
2011/02/07
* Added support for new delayed character deletion. [Ai4rei]
- Asks for birth date associated with the account and has a waiting time of 24 hours by default (setting).