Skip to content

Commit

Permalink
Fixed Makibishi
Browse files Browse the repository at this point in the history
Fixed an error where Makibishi unit_db was set to have an AoE, so when
you would refresh the screen you would see
http://i.imgur.com/mr3g1zG.png become http://i.imgur.com/UnecX60.png
This makes the skill behave as intended, as before the real AoE was that
of the second image.
  • Loading branch information
RagnarokNova committed Jan 13, 2016
1 parent b85885c commit 88d2cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/re/skill_unit_db.txt
Expand Up @@ -167,7 +167,7 @@
3006,0x86, , 0, 1,1000,enemy, 0x018 //KO_BAKURETSU
3008,0x86, , 0, 1:1:1:1:1:1:1:1:1:2,1000,enemy, 0x018 //KO_MUCHANAGE
3009,0x86, , 0, 3,1000,enemy, 0x018 //KO_HUUMARANKA
3010,0xfc, , 0, 1,5000,enemy, 0x018 //KO_MAKIBISHI
3010,0xfc, , 0, 0,5000,enemy, 0x018 //KO_MAKIBISHI
3020,0xf8, , 0, 2, 500,all, 0x018 //KO_ZENKAI

5006,0x101, , 0, 3, 500,enemy, 0x018 //NC_MAGMA_ERUPTION
Expand Down

0 comments on commit 88d2cd7

Please sign in to comment.