diff options
author | Dastgir <dastgir@users.noreply.github.com> | 2015-06-12 20:48:31 +0530 |
---|---|---|
committer | Dastgir <dastgir@users.noreply.github.com> | 2015-06-12 20:48:31 +0530 |
commit | 7d8eccfafeaf591298684c8e97ae934b7fc3674e (patch) | |
tree | 640a53405ac6c8a25f7d859589284a5b6a75cf99 /src | |
parent | 145068f4c24e891aa0556683bb707bbda5d53c08 (diff) | |
parent | e601a4172b8de1930731ff102161b07452c3218e (diff) | |
download | hercules-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')
-rw-r--r-- | src/map/map.h | 2 |
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 }; |