From ddc52570a9bf694cdba6445bc02350a94856a583 Mon Sep 17 00:00:00 2001 From: Michieru Date: Tue, 16 Sep 2014 23:33:35 +0200 Subject: Follow: https://github.com/HerculesWS/Hercules/commit/8ab61745b81d1cf0602c7998f590aac8749187da This fixed all mob size problem :) Fix estin estun not working properly (bug:7891) --- src/map/mob.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/mob.h') diff --git a/src/map/mob.h b/src/map/mob.h index c8d43dbb2..728f3d81c 100644 --- a/src/map/mob.h +++ b/src/map/mob.h @@ -62,8 +62,8 @@ enum MobDamageLogFlag }; enum size { - SZ_MEDIUM = 0, - SZ_SMALL, + SZ_SMALL = 0, + SZ_MEDIUM, SZ_BIG, }; -- cgit v1.2.3-70-g09d2