diff options
author | Michieru <Michieru@users.noreply.github.com> | 2014-09-16 23:33:35 +0200 |
---|---|---|
committer | Michieru <Michieru@users.noreply.github.com> | 2014-09-16 23:33:35 +0200 |
commit | ddc52570a9bf694cdba6445bc02350a94856a583 (patch) | |
tree | 495dd01a9e42e0585cafa7fd718b660914e46180 /db/const.txt | |
parent | 8ab61745b81d1cf0602c7998f590aac8749187da (diff) | |
download | hercules-ddc52570a9bf694cdba6445bc02350a94856a583.tar.gz hercules-ddc52570a9bf694cdba6445bc02350a94856a583.tar.bz2 hercules-ddc52570a9bf694cdba6445bc02350a94856a583.tar.xz hercules-ddc52570a9bf694cdba6445bc02350a94856a583.zip |
Follow: https://github.com/HerculesWS/Hercules/commit/8ab61745b81d1cf0602c7998f590aac8749187da
This fixed all mob size problem :)
Fix estin estun not working properly (bug:7891)
Diffstat (limited to 'db/const.txt')
-rw-r--r-- | db/const.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/const.txt b/db/const.txt index 858fd868e..8023fc30f 100644 --- a/db/const.txt +++ b/db/const.txt @@ -679,8 +679,8 @@ RC2_Golem 4 RC2_Guardian 5 RC2_Ninja 6 -Size_Medium 0 -Size_Small 1 +Size_Small 0 +Size_Medium 1 Size_Large 2 BF_WEAPON 0x0001 |