diff options
author | Michieru <Michieru@users.noreply.github.com> | 2014-08-07 12:00:53 +0200 |
---|---|---|
committer | Michieru <Michieru@users.noreply.github.com> | 2014-08-07 12:00:53 +0200 |
commit | b05ba2d2dc31bad470a8703bc69a5a651d05a718 (patch) | |
tree | 956749585406cd126bbe927c66d67459d5b09369 /db/const.txt | |
parent | c45e3fa9793a273a0eab40d1626bcda7d710552c (diff) | |
download | hercules-b05ba2d2dc31bad470a8703bc69a5a651d05a718.tar.gz hercules-b05ba2d2dc31bad470a8703bc69a5a651d05a718.tar.bz2 hercules-b05ba2d2dc31bad470a8703bc69a5a651d05a718.tar.xz hercules-b05ba2d2dc31bad470a8703bc69a5a651d05a718.zip |
- Fix item that should not be used by Royal Guards (bug:7924)
- Fix Peuz's Set item bonus (bug:8141)
- Add Missing Status Effects for Miming_Card and Sropho_Card (bug:7462)
Diffstat (limited to 'db/const.txt')
-rw-r--r-- | db/const.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/db/const.txt b/db/const.txt index 3323928b2..8023fc30f 100644 --- a/db/const.txt +++ b/db/const.txt @@ -641,7 +641,10 @@ Eff_Confusion 7 Eff_Blind 8 Eff_Bleeding 9 Eff_DPoison 10 -Eff_Burning 11 +Eff_Fear 11 +Eff_Cold 12 +Eff_Burning 13 +Eff_Deepsleep 14 Ele_Neutral 0 Ele_Water 1 |