diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-21 16:20:26 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-21 16:20:26 +0000 |
commit | c81e18ec6f1a36f1e9a43398b7c3fba5637f6c8a (patch) | |
tree | 497c1fbce9a61f2c941ef77b2618a2dbab4535f7 /db | |
parent | b839ac505706ab77eb4d45be2d5e78ad109efb76 (diff) | |
download | hercules-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 'db')
-rw-r--r-- | db/Changelog.txt | 3 | ||||
-rw-r--r-- | db/const.txt | 8 |
2 files changed, 11 insertions, 0 deletions
diff --git a/db/Changelog.txt b/db/Changelog.txt index 6aedc2764..c558962f5 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -8,6 +8,9 @@ 1475 Equestrian's Spear: NEED INFO. 13005 Angelic Wing Dagger: NEED INFO. ======================= +2010/11/21 + * Rev. 14480 Added enumeration RC2_* to const.txt for mob data 'race2' (bugreport:4561). [Ai4rei] + - Fixed bSubRace2 being documented as bSPSubRace2 (since r1257). 2010/11/19 * Rev. 14474 Item Database bugfixing. [L0ne_W0lf] - Fixed equip locations and view IDs for some headgears. (bugreport:4336) diff --git a/db/const.txt b/db/const.txt index 7f0c610c7..6310a0d7f 100644 --- a/db/const.txt +++ b/db/const.txt @@ -527,6 +527,14 @@ RC_Boss 10 RC_NonBoss 11 RC_NonDemiHuman 12 +RC2_None 0 +RC2_Goblin 1 +RC2_Kobold 2 +RC2_Orc 3 +RC2_Golem 4 +RC2_Guardian 5 +RC2_Ninja 6 + BF_WEAPON 0x0001 BF_MAGIC 0x0002 BF_MISC 0x0004 |