diff options
author | zackdreaver <zackdreaver@gmail.com> | 2015-06-04 22:39:47 +0700 |
---|---|---|
committer | dastgir <dastgirpojee@rocketmail.com> | 2015-06-12 10:56:05 -0400 |
commit | e601a4172b8de1930731ff102161b07452c3218e (patch) | |
tree | 9956c2aa5842ced7afb17a43413b476f25a83766 /src | |
parent | 59416ee6d53a514cb900c03535a4a0a13d3bcd08 (diff) | |
download | hercules-e601a4172b8de1930731ff102161b07452c3218e.tar.gz hercules-e601a4172b8de1930731ff102161b07452c3218e.tar.bz2 hercules-e601a4172b8de1930731ff102161b07452c3218e.tar.xz hercules-e601a4172b8de1930731ff102161b07452c3218e.zip |
Updated Item Scripts
Changes AegisName to Official.
Added 2 New Race Group: Scaraba,Turtle
Fix bug#8717 http://herc.ws/board/tracker/issue-8717-9-glorious-holy-avenger-auto-lex-aeterna/
Signed-off-by: zackdreaver <zackdreaver@gmail.com>
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 02e93b7bb..63d2d381f 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -280,6 +280,8 @@ enum { RC2_GOLEM, RC2_GUARDIAN, RC2_NINJA, + RC2_SCARABA, + RC2_TURTLE, RC2_MAX }; |