summaryrefslogtreecommitdiff
path: root/src/map/unit.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-12 14:53:53 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-12-12 14:53:53 +0000
commit3fec823429f792645dfd3ad34aed536086f81dfa (patch)
tree6b8edceeb025455619ff9e20b8f64f5dd547a024 /src/map/unit.c
parent61622fe4e4875e2cadc8ede3f1a60f5e8cca89a5 (diff)
downloadhercules-3fec823429f792645dfd3ad34aed536086f81dfa.tar.gz
hercules-3fec823429f792645dfd3ad34aed536086f81dfa.tar.bz2
hercules-3fec823429f792645dfd3ad34aed536086f81dfa.tar.xz
hercules-3fec823429f792645dfd3ad34aed536086f81dfa.zip
- Modified the skill damage packet and the knockback packets to mimic aegis sent packets for such skills.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9471 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/unit.c')
-rw-r--r--src/map/unit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/unit.c b/src/map/unit.c
index f48f4a951..4997f13b2 100644
--- a/src/map/unit.c
+++ b/src/map/unit.c
@@ -145,7 +145,7 @@ static int unit_walktoxy_timer(int tid,unsigned int tick,int id,int data)
// バシリカ判定
- map_foreachinmovearea(clif_outsight,bl, AREA_SIZE,
+ map_foreachinmovearea(clif_outsight, bl, AREA_SIZE,
dx, dy, sd?BL_ALL:BL_PC, bl);
x += dx;