Skip to content

Commit

Permalink
Partial Fix for Bug #6825
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
shennetsind committed Feb 7, 2013
1 parent a4802ea commit 54d0583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion db/pre-re/skill_unit_db.txt
Expand Up @@ -150,7 +150,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
Expand Down
2 changes: 1 addition & 1 deletion db/re/skill_unit_db.txt
Expand Up @@ -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
Expand Down

0 comments on commit 54d0583

Please sign in to comment.