From 96145e78a56a090e60a77c09147d2cb0991fda2d Mon Sep 17 00:00:00 2001 From: skotlex Date: Tue, 11 Apr 2006 04:10:41 +0000 Subject: - Multiple optimizations to the unit_data auto-chase upgrade, also simplified the mob and pet ai routines. - Simplified the walk routines to half the number of timers required for walking. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5982 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/map.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/map/map.h') diff --git a/src/map/map.h b/src/map/map.h index 4380cd9f5..50f8693b7 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -357,9 +357,8 @@ struct unit_data { short skillid,skilllv; int skilltarget; int skilltimer; - int attacktarget; + int target; int attacktimer; - int walktarget; int walktimer; int chaserange; unsigned int attackabletime; -- cgit v1.2.3-70-g09d2