diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-08 01:55:58 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-08-08 01:55:58 +0000 |
commit | 12c59ee92f231545497b901bf16fee77f080bfea (patch) | |
tree | a5ac684163795a0ab89a1164066c5ea3fe7d75a9 /src/map/map.h | |
parent | f325738db0ff69176476cac7f11e0460bfdbcba4 (diff) | |
download | hercules-12c59ee92f231545497b901bf16fee77f080bfea.tar.gz hercules-12c59ee92f231545497b901bf16fee77f080bfea.tar.bz2 hercules-12c59ee92f231545497b901bf16fee77f080bfea.tar.xz hercules-12c59ee92f231545497b901bf16fee77f080bfea.zip |
- Fixed some missing max levels for npc skills
- Expanded isloggedin script command to support an optional argument (char id)
- Expanded warpparty command to accept target "Leader", this will warp the party to the leader.
- Added a summon structure to handle non-dead-branch mob-groups since the current implementation totally fails for mob groups that don't have MANY integrants
- Fixed mobs not attempting an IDLE skill right before unlocking a target.
- Removed a useless variable in the pet_data structure
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10961 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h index 6fca83945..745e2013c 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -981,7 +981,6 @@ struct pet_data { struct pet_db *petDB; int pet_hungry_timer; int target_id; - short n; struct { unsigned skillbonus : 1; } state; |