diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-02 13:06:00 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-12-02 13:06:00 +0000 |
commit | 3714d8647c6c11bd830c3de558ba37a0b9bcf68f (patch) | |
tree | 541060e32a2cd097b10f38474c7fc43af780df2a /src/map/skill.c | |
parent | f5bb1621cc8fb3171fe28a9a7c16219fe120f3bb (diff) | |
download | hercules-3714d8647c6c11bd830c3de558ba37a0b9bcf68f.tar.gz hercules-3714d8647c6c11bd830c3de558ba37a0b9bcf68f.tar.bz2 hercules-3714d8647c6c11bd830c3de558ba37a0b9bcf68f.tar.xz hercules-3714d8647c6c11bd830c3de558ba37a0b9bcf68f.zip |
* Various additions and updates to the comments and documentation of packets in clif.
- Renamed clif_01ac to clif_skillunit_update to make it look less 'mysterious'.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14542 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.c')
-rw-r--r-- | src/map/skill.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/skill.c b/src/map/skill.c index b7da7a3c0..a6b008d5d 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -7568,7 +7568,7 @@ int skill_unit_onplace_timer (struct skill_unit *src, struct block_list *bl, uns } else sec = 3000; //Couldn't trap it? - clif_01ac(&src->bl); // mysterious packet + clif_skillunit_update(&src->bl); sg->limit = DIFF_TICK(tick,sg->tick)+sec; sg->interval = -1; src->range = 0; |