diff options
author | shennetsind <ind@henn.et> | 2013-02-07 17:22:20 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-02-07 17:22:20 -0200 |
commit | 54d0583c7bf443f6fdcc9d5c500188a4f0612357 (patch) | |
tree | 0336b54682d64e79701ae6f2496c1e546c277d01 /db/re | |
parent | a4802eaef9d71283070f1f31c859da871a7c8d32 (diff) | |
download | hercules-54d0583c7bf443f6fdcc9d5c500188a4f0612357.tar.gz hercules-54d0583c7bf443f6fdcc9d5c500188a4f0612357.tar.bz2 hercules-54d0583c7bf443f6fdcc9d5c500188a4f0612357.tar.xz hercules-54d0583c7bf443f6fdcc9d5c500188a4f0612357.zip |
Partial Fix for Bug #6825
Hells Plant no longer can be stacked on the ground
http://hercules.ws/board/tracker/issue-6825-hell-plant/
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/skill_unit_db.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/re/skill_unit_db.txt b/db/re/skill_unit_db.txt index fc2c76bfd..3984ef64c 100644 --- a/db/re/skill_unit_db.txt +++ b/db/re/skill_unit_db.txt @@ -152,7 +152,7 @@ 2485,0xe7, , 0, 3,1000,enemy, 0x098 //GN_DEMONIC_FIRE 2487,0xe8, , 0, 3,1000,enemy, 0x000 //GN_FIRE_EXPANSION_SMOKE_POWDER 2488,0xe9, , 0, 3,1000,enemy, 0x000 //GN_FIRE_EXPANSION_TEAR_GAS -2490,0xea, , 0, 1,1000,enemy, 0x000 //GN_HELLS_PLANT +2490,0xea, , 0, 1,1000,enemy, 0x002 //GN_HELLS_PLANT 3006,0x86, , 0, 2, 100,enemy, 0x018 //KO_BAKURETSU 3008,0x86, , 0, 2, 100,enemy, 0x018 //KO_MUCHANAGE |