diff options
author | Dastgir <dastgir@users.noreply.github.com> | 2015-06-12 20:03:10 +0530 |
---|---|---|
committer | Dastgir <dastgir@users.noreply.github.com> | 2015-06-12 20:03:10 +0530 |
commit | a989eeeba89436dbf088ed115e18228e4a43a117 (patch) | |
tree | 30f0e20ade2caa43496e1b4d4a847b28239ae3c9 /db/const.txt | |
parent | 64dfaf2c8c8be7ff288ea88a64eddfeae1e364a4 (diff) | |
parent | 46c11b354fbc9e4f2d581142691b926d81e77c0d (diff) | |
download | hercules-a989eeeba89436dbf088ed115e18228e4a43a117.tar.gz hercules-a989eeeba89436dbf088ed115e18228e4a43a117.tar.bz2 hercules-a989eeeba89436dbf088ed115e18228e4a43a117.tar.xz hercules-a989eeeba89436dbf088ed115e18228e4a43a117.zip |
Merge pull request #535 from dastgir/RC_Player
RC_Player,RC_DemiPlayer,RC_NonDemiPlayer,RC_All and Ele_All implemented
Diffstat (limited to 'db/const.txt')
-rw-r--r-- | db/const.txt | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/db/const.txt b/db/const.txt index 0fec098ef..950bf8ceb 100644 --- a/db/const.txt +++ b/db/const.txt @@ -657,6 +657,7 @@ Ele_Holy 6 Ele_Dark 7 Ele_Ghost 8 Ele_Undead 9 +Ele_All 255 RC_Formless 0 RC_Undead 1 @@ -668,9 +669,14 @@ RC_Demon 6 RC_DemiHuman 7 RC_Angel 8 RC_Dragon 9 -RC_Boss 10 -RC_NonBoss 11 -RC_NonDemiHuman 12 +RC_Player 10 +RC_Boss 11 +RC_NonBoss 12 +RC_NonDemiHuman 14 +RC_NonPlayer 15 +RC_DemiPlayer 16 +RC_NonDemiPlayer 17 +RC_All 255 RC2_None 0 RC2_Goblin 1 |