diff options
Diffstat (limited to 'db')
-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 |