summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-12 16:09:18 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-12-12 16:09:18 +0000
commit4dcabc941a5da551afdd6cf9e700268ccaf1ca58 (patch)
tree1b0501dcb1c45f7961d39b4507db666d4337d3fc /Changelog-Trunk.txt
parentb0361ff113aaa873b1f9d9696f2e5e1e5c73d574 (diff)
downloadhercules-4dcabc941a5da551afdd6cf9e700268ccaf1ca58.tar.gz
hercules-4dcabc941a5da551afdd6cf9e700268ccaf1ca58.tar.bz2
hercules-4dcabc941a5da551afdd6cf9e700268ccaf1ca58.tar.xz
hercules-4dcabc941a5da551afdd6cf9e700268ccaf1ca58.zip
* Made script engine's DEBUG_DISASM block use script_op2name, rather than hardcoding operator names as per TODO from r13083 (related r9569, follow up to r10667).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14585 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index d215beadb..046f43e40 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,6 +1,7 @@
Date Added
2010/12/12
+ * Made script engine's DEBUG_DISASM block use script_op2name, rather than hardcoding operator names as per TODO from r13083 (related r9569, follow up to r10667). [Ai4rei]
* Cleaned up MOTD reading (related r292 and r4552). [Ai4rei]
- Added a warning for common client crash caused by the sequence ' :' in MOTD.
* Fixed impossible condition in soundeffect script command (since athena-dev-2.1.1-mod1046, related r5841). [Ai4rei]