summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorDastgir <dastgir@users.noreply.github.com>2015-06-12 20:48:31 +0530
committerDastgir <dastgir@users.noreply.github.com>2015-06-12 20:48:31 +0530
commit7d8eccfafeaf591298684c8e97ae934b7fc3674e (patch)
tree640a53405ac6c8a25f7d859589284a5b6a75cf99 /src/map/map.h
parent145068f4c24e891aa0556683bb707bbda5d53c08 (diff)
parente601a4172b8de1930731ff102161b07452c3218e (diff)
downloadhercules-7d8eccfafeaf591298684c8e97ae934b7fc3674e.tar.gz
hercules-7d8eccfafeaf591298684c8e97ae934b7fc3674e.tar.bz2
hercules-7d8eccfafeaf591298684c8e97ae934b7fc3674e.tar.xz
hercules-7d8eccfafeaf591298684c8e97ae934b7fc3674e.zip
Merge pull request #526 from zackdreaver/master
Several Bugs Fixed. Added Many new items, Fixed some ItemScripts, Added 2 New Race Groups: Scraba and Turtle.
Diffstat (limited to 'src/map/map.h')
-rw-r--r--src/map/map.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h
index fdc0d111f..ab2274d78 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -275,6 +275,8 @@ enum {
RC2_GOLEM,
RC2_GUARDIAN,
RC2_NINJA,
+ RC2_SCARABA,
+ RC2_TURTLE,
RC2_MAX
};