summaryrefslogtreecommitdiff
path: root/Changelog-Renewal.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-21 16:20:26 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-11-21 16:20:26 +0000
commitc81e18ec6f1a36f1e9a43398b7c3fba5637f6c8a (patch)
tree497c1fbce9a61f2c941ef77b2618a2dbab4535f7 /Changelog-Renewal.txt
parentb839ac505706ab77eb4d45be2d5e78ad109efb76 (diff)
downloadhercules-c81e18ec6f1a36f1e9a43398b7c3fba5637f6c8a.tar.gz
hercules-c81e18ec6f1a36f1e9a43398b7c3fba5637f6c8a.tar.bz2
hercules-c81e18ec6f1a36f1e9a43398b7c3fba5637f6c8a.tar.xz
hercules-c81e18ec6f1a36f1e9a43398b7c3fba5637f6c8a.zip
* Added enumeration RC2_* for mob data 'race2' (bugreport:4561).
- Fixed race2-related bonus arrays using RC_MAX, rather than race2 maximum (since r6221, related r1277). - Fixed bSubRace2 lacking bounds check (since r1257). - Fixed bSubRace2 being documented as bSPSubRace2 (since r1257). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14480 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Renewal.txt')
-rw-r--r--Changelog-Renewal.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Renewal.txt b/Changelog-Renewal.txt
index 693dea8b6..1fa18948f 100644
--- a/Changelog-Renewal.txt
+++ b/Changelog-Renewal.txt
@@ -3,6 +3,9 @@ Date Added
2010/11/21
* Added msinttypes (rev. 26, http://msinttypes.googlecode.com/svn/trunk/) portability framework for Visual C++ compilers (related bugreport:4059). [Ai4rei]
* Added 64-bit variants of the socket and buffer I/O macros. [Ai4rei]
+ * Added enumeration RC2_* for mob data 'race2' (bugreport:4561). [Ai4rei]
+ - Fixed race2-related bonus arrays using RC_MAX, rather than race2 maximum (since r6221, related r1277).
+ - Fixed bSubRace2 lacking bounds check (since r1257).
2010/11/20
* Fixed @doom and @doommap spamming packets for the visual effect on invoker unnecessarily over whole map and server respectively. The effect is now displayed on each killed character (bugreport:871, since r311). [Ai4rei]
* Fixed login-server account engine initialization not getting checked, whether it succeeds or not (bugreport:4361, since r12700, related r13000). [Ai4rei]