diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-27 11:44:02 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-27 11:44:02 +0000 |
commit | a3819e6f6a5a06139519221011502a76603dfbfc (patch) | |
tree | a8a0ddd54bb187fb3f60df36d3934c45da9d292b /src/map/mob.c | |
parent | 49f5f55dad7c68b514a83d8a0b48014020f71a6f (diff) | |
download | hercules-a3819e6f6a5a06139519221011502a76603dfbfc.tar.gz hercules-a3819e6f6a5a06139519221011502a76603dfbfc.tar.bz2 hercules-a3819e6f6a5a06139519221011502a76603dfbfc.tar.xz hercules-a3819e6f6a5a06139519221011502a76603dfbfc.zip |
- Fixed unit_attack_timer mismatch warnings (this was solved yesterday, but I forgot to apply the fix to trunk)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6306 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/mob.c')
-rw-r--r-- | src/map/mob.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/mob.c b/src/map/mob.c index ccbc5851b..d9ef6dd22 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -1520,7 +1520,6 @@ int mob_respawn(int tid, unsigned int tick, int id,int data ) md->last_thinktime = tick;
md->next_walktime = tick+rand()%50+5000;
md->last_linktime = tick;
- unit_dataset(&md->bl);
map_addblock(&md->bl);
mob_heal(md,data*status_get_max_hp(&md->bl)/100);
clif_spawn(&md->bl);
|