From be333fef8f4e91bebd76d0fb1c6ca714915d5dbb Mon Sep 17 00:00:00 2001 From: skotlex Date: Mon, 5 Jun 2006 18:35:41 +0000 Subject: - Fog of Wall won't affect the caster now in any way. - Added a missing status_calc_mob on mob_spawn_guardian_sub - Added clif_fixpos packets before attacking for the first time to clear any position sync issues with the client. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6985 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/mob.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/map/mob.c') diff --git a/src/map/mob.c b/src/map/mob.c index 55bc02af9..8968136dd 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -421,6 +421,8 @@ static int mob_spawn_guardian_sub(int tid,unsigned int tick,int id,int data) md->guardian_data->emblem_id = g->emblem_id; memcpy (md->guardian_data->guild_name, g->name, NAME_LENGTH); md->guardian_data->guardup_lv = guild_checkskill(g,GD_GUARDUP); + if(md->guardian_data->guardup_lv) + status_calc_mob(md, 0); //Give bonuses. return 0; } -- cgit v1.2.3-60-g2f50