summaryrefslogtreecommitdiff
path: root/src/map/map.h
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 /src/map/map.h
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 'src/map/map.h')
-rw-r--r--src/map/map.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 199db618d..9f25249e2 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -211,6 +211,17 @@ enum {
};
enum {
+ RC2_NONE = 0,
+ RC2_GOBLIN,
+ RC2_KOBOLD,
+ RC2_ORC,
+ RC2_GOLEM,
+ RC2_GUARDIAN,
+ RC2_NINJA,
+ RC2_MAX
+};
+
+enum {
ELE_NEUTRAL=0,
ELE_WATER,
ELE_EARTH,