diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-26 23:27:40 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-26 23:27:40 +0000 |
commit | 7d0670e755c689eed12af0f8b89b936557f897c9 (patch) | |
tree | da4288905c52482a6b6f5cfbae24c971c7c26d9b /src/map/unit.c | |
parent | b963aedae50de5e9238e1dc2d2d6fdf93cbbe302 (diff) | |
download | hercules-7d0670e755c689eed12af0f8b89b936557f897c9.tar.gz hercules-7d0670e755c689eed12af0f8b89b936557f897c9.tar.bz2 hercules-7d0670e755c689eed12af0f8b89b936557f897c9.tar.xz hercules-7d0670e755c689eed12af0f8b89b936557f897c9.zip |
* Cleaned up mob drop code, crashfix is still needed though...
* Reduced ignore-list length to 20, added proper reply packet
* Cleaned up some very poorly written pm-ignore code (see r141)
* Fixed a typo in Warp Portal code displaying an incorrect map name
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10915 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/unit.c')
-rw-r--r-- | src/map/unit.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/unit.c b/src/map/unit.c index 6192630f1..7851357d5 100644 --- a/src/map/unit.c +++ b/src/map/unit.c @@ -1807,8 +1807,7 @@ int unit_free(struct block_list *bl, int clrtype) } if (sd->followtimer != -1) pc_stop_following(sd); - // Force exiting from duel and rejecting - // all duel invitations when player quit [LuzZza] + // Force exiting from duel and rejecting all duel invitations when player quit [LuzZza] if(sd->duel_group > 0) duel_leave(sd->duel_group, sd); |