summaryrefslogtreecommitdiff
path: root/db/const.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
commit39253de1b1335b0c9f71d5bc31c1a6b5a95f6940 (patch)
tree44f84d16dc991ab884284292d6f4de9af41937eb /db/const.txt
parent82e2517fa237679eb08818b0b600a28bb781ad07 (diff)
downloadhercules-39253de1b1335b0c9f71d5bc31c1a6b5a95f6940.tar.gz
hercules-39253de1b1335b0c9f71d5bc31c1a6b5a95f6940.tar.bz2
hercules-39253de1b1335b0c9f71d5bc31c1a6b5a95f6940.tar.xz
hercules-39253de1b1335b0c9f71d5bc31c1a6b5a95f6940.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/trunk@14480 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/const.txt')
-rw-r--r--db/const.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt
index c6a8bcbff..3fbec41fb 100644
--- a/db/const.txt
+++ b/db/const.txt
@@ -487,6 +487,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