diff options
author | Dastgir <dastgirp@gmail.com> | 2018-02-07 14:01:01 +0530 |
---|---|---|
committer | Dastgir <dastgirp@gmail.com> | 2018-02-09 21:54:43 +0530 |
commit | 1f5fc491881f1a75c261e6c2321c6b92eb2d01bc (patch) | |
tree | 317e159350e62c44bd00b838cace86c5f9e3ee8c /db/re | |
parent | 132cc722fa490310b6e08a5cfe17625c8cf8baf1 (diff) | |
download | hercules-1f5fc491881f1a75c261e6c2321c6b92eb2d01bc.tar.gz hercules-1f5fc491881f1a75c261e6c2321c6b92eb2d01bc.tar.bz2 hercules-1f5fc491881f1a75c261e6c2321c6b92eb2d01bc.tar.xz hercules-1f5fc491881f1a75c261e6c2321c6b92eb2d01bc.zip |
Added Constants of Hat effects.
Changed Blossom Fluttering to hateffect.
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 80baad89f..6c4e820e8 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -144605,8 +144605,8 @@ item_db: ( Type: "IT_ARMOR" Loc: "EQP_COSTUME_HEAD_LOW" ViewSprite: 1331 - OnEquipScript: <" sc_start SC_BLOSSOM_FLUTTERING, -1, 0; "> - OnUnequipScript: <" sc_end SC_BLOSSOM_FLUTTERING; "> + OnEquipScript: <" hateffect(HAT_EF_BLOSSOM_FLUTTERING, true); "> + OnUnequipScript: <" hateffect(HAT_EF_BLOSSOM_FLUTTERING, false); "> }, { Id: 20286 |