diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-12-07 07:35:31 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-12-07 07:35:31 +0000 |
commit | 182cedd95fe67ac29cbc08123cc999cf8cf9bfaf (patch) | |
tree | a81a958e5e9cd875d3a242eb499214193e0abb32 /src/map/map.c | |
parent | dfc897bd5db9ee3b72cfc72d0f2d22955477d50b (diff) | |
download | hercules-182cedd95fe67ac29cbc08123cc999cf8cf9bfaf.tar.gz hercules-182cedd95fe67ac29cbc08123cc999cf8cf9bfaf.tar.bz2 hercules-182cedd95fe67ac29cbc08123cc999cf8cf9bfaf.tar.xz hercules-182cedd95fe67ac29cbc08123cc999cf8cf9bfaf.zip |
- Insignificant cleanups.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11866 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.c')
-rw-r--r-- | src/map/map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.c b/src/map/map.c index 7a8520061..4383d1cd4 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -3072,11 +3072,11 @@ void do_final(void) do_final_guild(); do_final_party(); do_final_pc(); - do_final_status(); do_final_pet(); do_final_mob(); do_final_msg(); do_final_skill(); + do_final_status(); do_final_unit(); if(use_irc) do_final_irc(); |